#228B70

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

Shades of Elf Green #228B70

Tints of Elf Green #228B70

Color information

#228B70 (or 0x228B70) is unknown color: approx Elf Green. HEX triplet: 22, 8B and 70. RGB value is (34,139,112). Sum of RGB (Red+Green+Blue) = 34+139+112=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #228B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228B70 is #DD748F. Grayscale: #686868. Windows color (decimal): -14513296 or 7375650. OLE color: 7375650.

HSL color Cylindrical-coordinate representation of color #228B70: hue angle of 164.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228B70 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB34139112-
CMYK0.7600.190.45
HSL164.57º60.69%33.92%-
HSV(B)164.57º75.54%54.51%-
XYZ12.8219.9818.51-
YUV104.53132.2177.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.93%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=11.93%
G=48.77%
B=39.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341391120.7600.190.45164.5760.6933.92
Hex228B704C0132Da53d22
Octal42213160114023552457542
Binary100010100010111110000100110001001110110110100101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228B70; }

 p { color: rgb(34,139,112); }

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

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

 a { background-color: rgb(34,139,112); }

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

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

 span { border-color: rgb(34,139,112); }

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