#238868

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

Shades of Elf Green #238868

Tints of Elf Green #238868

Color information

#238868 (or 0x238868) is unknown color: approx Elf Green. HEX triplet: 23, 88 and 68. RGB value is (35,136,104). Sum of RGB (Red+Green+Blue) = 35+136+104=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #238868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238868 is #DC7797. Grayscale: #666666. Windows color (decimal): -14448536 or 6850595. OLE color: 6850595.

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

Color convert

RGB35136104-
CMYK0.7400.240.47
HSL160.99º59.06%33.53%-
HSV(B)160.99º74.26%53.33%-
XYZ1218.9716.13-
YUV102.15129.0480.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=12.73%
G=49.45%
B=37.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351361040.7400.240.47160.9959.0633.53
Hex2388684A0182Fa13b22
Octal43210150112030572417342
Binary100011100010001101000100101001100010111110100001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238868; }

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

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

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

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

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

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

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

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