#238874

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

Shades of Elf Green #238874

Tints of Elf Green #238874

Color information

#238874 (or 0x238874) is unknown color: approx Elf Green. HEX triplet: 23, 88 and 74. RGB value is (35,136,116). Sum of RGB (Red+Green+Blue) = 35+136+116=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #238874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238874 is #DC778B. Grayscale: #676767. Windows color (decimal): -14448524 or 7637027. OLE color: 7637027.

HSL color Cylindrical-coordinate representation of color #238874: hue angle of 168.12º 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 #238874 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB35136116-
CMYK0.7400.150.47
HSL168.12º59.06%33.53%-
HSV(B)168.12º74.26%53.33%-
XYZ12.6519.2319.57-
YUV103.52135.0479.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.20%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=12.20%
G=47.39%
B=40.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351361160.7400.150.47168.1259.0633.53
Hex2388744A0F2Fa83b22
Octal43210164112017572507342
Binary10001110001000111010010010100111110111110101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238874; }

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

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

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

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

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

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

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

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