Html Css Color HEX #229472 Elf Green

📋 copy color: '#229472'

red 34 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #229472

Tints of Elf Green #229472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 11.49%
G = 50%
B = 38.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#229472 (or 0x229472) is known color: Elf Green. HEX triplet: 22, 94 and 72. RGB value is (34,148,114). Sum of RGB (Red+Green+Blue) = 34+148+114=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #229472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229472 is #DD6B8D. Grayscale: #6E6E6E. Windows color (decimal): -14510990 or 7509026. OLE color: 7509026.

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

Color convert

RGB 34 148 114 -
CMYK 0.77 0 0.23 0.42
HSL 162.11º 0.63% 0.36% -
HSV(B) 162.11º 0.77% 0.58% -
XYZ 14.29 22.73 19.55 -
YUV 110.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 34 148 114 0.77 0 0.23 0.42 162.11 0.63 0.36
Hex 22 94 72 4D 0 17 2A A2 3F 24
Octal 42 224 162 115 0 27 52 242 77 44
Binary 100010 10010100 1110010 1001101 0 10111 101010 10100010 111111 100100

Color Harmonies of #229472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229472

Black with #229472

Text Example


Text Example

White with #229472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229472; }

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

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

background-color css

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

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

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

border-color css

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

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

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