Html Css Color HEX #229474 Elf Green

📋 copy color: '#229474'

red 34 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #229474

Tints of Elf Green #229474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 11.41%
G = 49.66%
B = 38.93%

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

#229474 (or 0x229474) is known color: Elf Green. HEX triplet: 22, 94 and 74. RGB value is (34,148,116). Sum of RGB (Red+Green+Blue) = 34+148+116=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #229474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229474 is #DD6B8B. Grayscale: #6E6E6E. Windows color (decimal): -14510988 or 7640098. OLE color: 7640098.

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

Color convert

RGB 34 148 116 -
CMYK 0.77 0 0.22 0.42
HSL 163.16º 0.63% 0.36% -
HSV(B) 163.16º 0.77% 0.58% -
XYZ 14.4 22.78 20.16 -
YUV 110.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 34 148 116 0.77 0 0.22 0.42 163.16 0.63 0.36
Hex 22 94 74 4D 0 16 2A A3 3F 24
Octal 42 224 164 115 0 26 52 243 77 44
Binary 100010 10010100 1110100 1001101 0 10110 101010 10100011 111111 100100

Color Harmonies of #229474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229474

Black with #229474

Text Example


Text Example

White with #229474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229474; }

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

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

background-color css

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

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

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

border-color css

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

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

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