#229C74

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

Shades of Elf Green #229C74

Tints of Elf Green #229C74

Color information

#229C74 (or 0x229C74) is unknown color: approx Elf Green. HEX triplet: 22, 9C and 74. RGB value is (34,156,116). Sum of RGB (Red+Green+Blue) = 34+156+116=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #229C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C74 is #DD638B. Grayscale: #737373. Windows color (decimal): -14508940 or 7642146. OLE color: 7642146.

HSL color Cylindrical-coordinate representation of color #229C74: hue angle of 160.33º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229C74 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB34156116-
CMYK0.7800.260.39
HSL160.33º64.21%37.25%-
HSV(B)160.33º78.21%61.18%-
XYZ15.725.3820.59-
YUV114.96128.5870.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=11.11%
G=50.98%
B=37.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341561160.7800.260.39160.3364.2137.25
Hex229C744E01A27a04025
Octal422341641160324724010045
Binary1000101001110011101001001110011010100111101000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229C74; }

 p { color: rgb(34,156,116); }

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

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

 a { background-color: rgb(34,156,116); }

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

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

 span { border-color: rgb(34,156,116); }

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