Html Css Color HEX #229275 Elf Green

📋 copy color: '#229275'

red 34 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #229275

Tints of Elf Green #229275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 11.45%
G = 49.16%
B = 39.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#229275 (or 0x229275) is known color: Elf Green. HEX triplet: 22, 92 and 75. RGB value is (34,146,117). Sum of RGB (Red+Green+Blue) = 34+146+117=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #229275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229275 is #DD6D8A. Grayscale: #6D6D6D. Windows color (decimal): -14511499 or 7705122. OLE color: 7705122.

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

Color convert

RGB 34 146 117 -
CMYK 0.77 0 0.20 0.43
HSL 164.46º 0.62% 0.35% -
HSV(B) 164.46º 0.77% 0.57% -
XYZ 14.15 22.18 20.37 -
YUV 109.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 34 146 117 0.77 0 0.20 0.43 164.46 0.62 0.35
Hex 22 92 75 4D 0 14 2B A4 3E 23
Octal 42 222 165 115 0 24 53 244 76 43
Binary 100010 10010010 1110101 1001101 0 10100 101011 10100100 111110 100011

Color Harmonies of #229275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229275

Black with #229275

Text Example


Text Example

White with #229275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229275; }

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

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

background-color css

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

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

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

border-color css

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

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

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