#229278

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

Shades of Elf Green #229278

Tints of Elf Green #229278

Color information

#229278 (or 0x229278) is unknown color: approx Elf Green. HEX triplet: 22, 92 and 78. RGB value is (34,146,120). Sum of RGB (Red+Green+Blue) = 34+146+120=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #229278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229278 is #DD6D87. Grayscale: #6D6D6D. Windows color (decimal): -14511496 or 7901730. OLE color: 7901730.

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

Color convert

RGB34146120-
CMYK0.7700.180.43
HSL166.07º62.22%35.29%-
HSV(B)166.07º76.71%57.25%-
XYZ14.3322.2521.31-
YUV109.55133.8974.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 120 (47.27% from 255) = 40%
R=11.33%
G=48.67%
B=40%

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
Decimal341461200.7700.180.43166.0762.2235.29
Hex2292784D0122Ba63e23
Octal42222170115022532467643
Binary100010100100101111000100110101001010101110100110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229278; }

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

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

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

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

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

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

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

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