#229277

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

Shades of Elf Green #229277

Tints of Elf Green #229277

Color information

#229277 (or 0x229277) is unknown color: approx Elf Green. HEX triplet: 22, 92 and 77. RGB value is (34,146,119). Sum of RGB (Red+Green+Blue) = 34+146+119=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #229277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229277 is #DD6D88. Grayscale: #6D6D6D. Windows color (decimal): -14511497 or 7836194. OLE color: 7836194.

HSL color Cylindrical-coordinate representation of color #229277: hue angle of 165.54º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229277 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB34146119-
CMYK0.7700.180.43
HSL165.54º62.22%35.29%-
HSV(B)165.54º76.71%57.25%-
XYZ14.2722.2320.99-
YUV109.43133.3974.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=11.37%
G=48.83%
B=39.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461190.7700.180.43165.5462.2235.29
Hex2292774D0122Ba63e23
Octal42222167115022532467643
Binary100010100100101110111100110101001010101110100110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229277; }

 p { color: rgb(34,146,119); }

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

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

 a { background-color: rgb(34,146,119); }

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

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

 span { border-color: rgb(34,146,119); }

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