#238b63

Color #238B63 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #238B63

Tints of Elf Green #238B63

Color information

#238B63 (or 0x238B63) is unknown color: approx Elf Green. HEX triplet: 23, 8B and 63. RGB value is (35,139,99). Sum of RGB (Red+Green+Blue) = 35+139+99=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #238B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B63 is #DC749C. Grayscale: #676767. Windows color (decimal): -14447773 or 6523683. OLE color: 6523683.

HSL color Cylindrical-coordinate representation of color #238B63: hue angle of 156.92º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B63 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB3513999-
CMYK0.7500.290.45
HSL156.92º59.77%34.12%-
HSV(B)156.92º74.82%54.51%-
XYZ12.1819.7214.97-
YUV103.34125.5479.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=12.82%
G=50.92%
B=36.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139990.7500.290.45156.9259.7734.12
Hex238B634B01D2D9d3c22
Octal43213143113035552357442
Binary100011100010111100011100101101110110110110011101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238b63; }

 p { color: rgb(35,139,99); }

 H1.HeaderClassName
 {
   color: #238b63;
 }
 .AnyTagClassName
 {
   color: #238b63;
 }
</style>
background-color css

<style>
 a { background-color: #238b63; }

 a { background-color: rgb(35,139,99); }

 div.DivClassName
 {
   background-color: #238b63;
 }
 .BgClassName
 {
   background-color: #238b63;
 }
</style>
border-color css

<style>
 span { border-color: #238b63; }

 span { border-color: rgb(35,139,99); }

 td.TdClassName
 {
   border-color: #238b63;
 }
 .TagClassName
 {
   border-color: #238b63;
 }
</style>