Html Css Color HEX #209380 Elf Green

📋 copy color: '#209380'

red 32 ◦ green 147 ◦ blue 128

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

Shades of Elf Green #209380

Tints of Elf Green #209380

RGB

 RED value IS 32 (12.89% from 255) = 10.42%

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

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

R = 10.42%
G = 47.88%
B = 41.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#209380 (or 0x209380) is known color: Elf Green. HEX triplet: 20, 93 and 80. RGB value is (32,147,128). Sum of RGB (Red+Green+Blue) = 32+147+128=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #209380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209380 is #DF6C7F. Grayscale: #6E6E6E. Windows color (decimal): -14642304 or 8426272. OLE color: 8426272.

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

Color convert

RGB 32 147 128 -
CMYK 0.78 0 0.13 0.42
HSL 170.09º 0.64% 0.35% -
HSV(B) 170.09º 0.78% 0.58% -
XYZ 14.93 22.73 24.02 -
YUV 110.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 32 147 128 0.78 0 0.13 0.42 170.09 0.64 0.35
Hex 20 93 80 4E 0 D 2A AA 40 23
Octal 40 223 200 116 0 15 52 252 100 43
Binary 100000 10010011 10000000 1001110 0 1101 101010 10101010 1000000 100011

Color Harmonies of #209380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209380

Black with #209380

Text Example


Text Example

White with #209380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209380; }

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

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

background-color css

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

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

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

border-color css

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

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

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