#238872

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

Shades of Elf Green #238872

Tints of Elf Green #238872

Color information

#238872 (or 0x238872) is unknown color: approx Elf Green. HEX triplet: 23, 88 and 72. RGB value is (35,136,114). Sum of RGB (Red+Green+Blue) = 35+136+114=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #238872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238872 is #DC778D. Grayscale: #676767. Windows color (decimal): -14448526 or 7505955. OLE color: 7505955.

HSL color Cylindrical-coordinate representation of color #238872: hue angle of 166.93º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238872 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB35136114-
CMYK0.7400.160.47
HSL166.93º59.06%33.53%-
HSV(B)166.93º74.26%53.33%-
XYZ12.5319.1818.96-
YUV103.29134.0479.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 114 (44.92% from 255) = 40%
R=12.28%
G=47.72%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351361140.7400.160.47166.9359.0633.53
Hex2388724A0102Fa73b22
Octal43210162112020572477342
Binary100011100010001110010100101001000010111110100111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238872; }

 p { color: rgb(35,136,114); }

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

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

 a { background-color: rgb(35,136,114); }

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

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

 span { border-color: rgb(35,136,114); }

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