#238875

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

Shades of Elf Green #238875

Tints of Elf Green #238875

Color information

#238875 (or 0x238875) is unknown color: approx Elf Green. HEX triplet: 23, 88 and 75. RGB value is (35,136,117). Sum of RGB (Red+Green+Blue) = 35+136+117=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #238875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238875 is #DC778A. Grayscale: #676767. Windows color (decimal): -14448523 or 7702563. OLE color: 7702563.

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

Color convert

RGB35136117-
CMYK0.7400.140.47
HSL168.71º59.06%33.53%-
HSV(B)168.71º74.26%53.33%-
XYZ12.7119.2519.88-
YUV103.64135.5479.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.15%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=12.15%
G=47.22%
B=40.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351361170.7400.140.47168.7159.0633.53
Hex2388754A0E2Fa93b22
Octal43210165112016572517342
Binary10001110001000111010110010100111010111110101001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238875; }

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

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

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

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

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

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

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

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