#238870

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

Shades of Elf Green #238870

Tints of Elf Green #238870

Color information

#238870 (or 0x238870) is unknown color: approx Elf Green. HEX triplet: 23, 88 and 70. RGB value is (35,136,112). Sum of RGB (Red+Green+Blue) = 35+136+112=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #238870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238870 is #DC778F. Grayscale: #676767. Windows color (decimal): -14448528 or 7374883. OLE color: 7374883.

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

Color convert

RGB35136112-
CMYK0.7400.180.47
HSL165.74º59.06%33.53%-
HSV(B)165.74º74.26%53.33%-
XYZ12.4219.1418.37-
YUV103.06133.0479.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.37%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=12.37%
G=48.06%
B=39.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351361120.7400.180.47165.7459.0633.53
Hex2388704A0122Fa63b22
Octal43210160112022572467342
Binary100011100010001110000100101001001010111110100110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238870; }

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

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

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

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

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

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

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

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