Html Css Color HEX #229473 Elf Green

📋 copy color: '#229473'

red 34 ◦ green 148 ◦ blue 115

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

Shades of Elf Green #229473

Tints of Elf Green #229473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 11.45%
G = 49.83%
B = 38.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#229473 (or 0x229473) is known color: Elf Green. HEX triplet: 22, 94 and 73. RGB value is (34,148,115). Sum of RGB (Red+Green+Blue) = 34+148+115=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #229473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229473 is #DD6B8C. Grayscale: #6E6E6E. Windows color (decimal): -14510989 or 7574562. OLE color: 7574562.

HSL color Cylindrical-coordinate representation of color #229473: hue angle of 162.63º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229473 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 148 115 -
CMYK 0.77 0 0.22 0.42
HSL 162.63º 0.63% 0.36% -
HSV(B) 162.63º 0.77% 0.58% -
XYZ 14.34 22.76 19.86 -
YUV 110.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 34 148 115 0.77 0 0.22 0.42 162.63 0.63 0.36
Hex 22 94 73 4D 0 16 2A A3 3F 24
Octal 42 224 163 115 0 26 52 243 77 44
Binary 100010 10010100 1110011 1001101 0 10110 101010 10100011 111111 100100

Color Harmonies of #229473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229473

Black with #229473

Text Example


Text Example

White with #229473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229473; }

 p { color: rgb(34,148,115); }

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

background-color css

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

 a { background-color: rgb(34,148,115); }

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

border-color css

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

 span { border-color: rgb(34,148,115); }

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