Html Css Color HEX #229380 Elf Green

📋 copy color: '#229380'

red 34 ◦ green 147 ◦ blue 128

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

Shades of Elf Green #229380

Tints of Elf Green #229380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 11%
G = 47.57%
B = 41.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#229380 (or 0x229380) is known color: Elf Green. HEX triplet: 22, 93 and 80. RGB value is (34,147,128). Sum of RGB (Red+Green+Blue) = 34+147+128=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #229380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229380 is #DD6C7F. Grayscale: #6F6F6F. Windows color (decimal): -14511232 or 8426274. OLE color: 8426274.

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

Color convert

RGB 34 147 128 -
CMYK 0.77 0 0.13 0.42
HSL 169.91º 0.62% 0.35% -
HSV(B) 169.91º 0.77% 0.58% -
XYZ 14.99 22.77 24.03 -
YUV 111.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 34 147 128 0.77 0 0.13 0.42 169.91 0.62 0.35
Hex 22 93 80 4D 0 D 2A AA 3E 23
Octal 42 223 200 115 0 15 52 252 76 43
Binary 100010 10010011 10000000 1001101 0 1101 101010 10101010 111110 100011

Color Harmonies of #229380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229380

Black with #229380

Text Example


Text Example

White with #229380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229380; }

 p { color: rgb(34,147,128); }

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

background-color css

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

 a { background-color: rgb(34,147,128); }

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

border-color css

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

 span { border-color: rgb(34,147,128); }

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