Html Css Color HEX #229276 Elf Green

📋 copy color: '#229276'

red 34 ◦ green 146 ◦ blue 118

#229276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #229276

Tints of Elf Green #229276

RGB

 RED value IS 34 (13.67% from 255) = 11.41%

 GREEN value IS 146 (57.42% from 255) = 48.99%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 11.41%
G = 48.99%
B = 39.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#229276 (or 0x229276) is known color: Elf Green. HEX triplet: 22, 92 and 76. RGB value is (34,146,118). Sum of RGB (Red+Green+Blue) = 34+146+118=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #229276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229276 is #DD6D89. Grayscale: #6D6D6D. Windows color (decimal): -14511498 or 7770658. OLE color: 7770658.

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

Color convert

RGB 34 146 118 -
CMYK 0.77 0 0.19 0.43
HSL 165º 0.62% 0.35% -
HSV(B) 165º 0.77% 0.57% -
XYZ 14.21 22.21 20.68 -
YUV 109.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 34 146 118 0.77 0 0.19 0.43 165 0.62 0.35
Hex 22 92 76 4D 0 13 2B A5 3E 23
Octal 42 222 166 115 0 23 53 245 76 43
Binary 100010 10010010 1110110 1001101 0 10011 101011 10100101 111110 100011

Color Harmonies of #229276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229276

Black with #229276

Text Example


Text Example

White with #229276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229276; }

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

 H1.HeaderClassName
 {
   color: #229276;
 }
 .AnyTagClassName
 {
   color: #229276;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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