#238F66

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

Shades of Elf Green #238F66

Tints of Elf Green #238F66

Color information

#238F66 (or 0x238F66) is unknown color: approx Elf Green. HEX triplet: 23, 8F and 66. RGB value is (35,143,102). Sum of RGB (Red+Green+Blue) = 35+143+102=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #238F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F66 is #DC7099. Grayscale: #6A6A6A. Windows color (decimal): -14446746 or 6721315. OLE color: 6721315.

HSL color Cylindrical-coordinate representation of color #238F66: hue angle of 157.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F66 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB35143102-
CMYK0.7600.290.44
HSL157.22º60.67%34.9%-
HSV(B)157.22º75.52%56.08%-
XYZ12.9120.9615.94-
YUV106.03125.7277.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 143 (56.25% from 255) = 51.07%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=12.5%
G=51.07%
B=36.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351431020.7600.290.44157.2260.6734.9
Hex238F664C01D2C9d3d23
Octal43217146114035542357543
Binary100011100011111100110100110001110110110010011101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,143,102); }

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

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

 a { background-color: rgb(35,143,102); }

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

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

 span { border-color: rgb(35,143,102); }

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