Html Css Color HEX #208B74 Elf Green

📋 copy color: '#208B74'

red 32 ◦ green 139 ◦ blue 116

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

Shades of Elf Green #208B74

Tints of Elf Green #208B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

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

R = 11.15%
G = 48.43%
B = 40.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#208B74 (or 0x208B74) is known color: Elf Green. HEX triplet: 20, 8B and 74. RGB value is (32,139,116). Sum of RGB (Red+Green+Blue) = 32+139+116=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #208B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B74 is #DF748B. Grayscale: #686868. Windows color (decimal): -14644364 or 7637792. OLE color: 7637792.

HSL color Cylindrical-coordinate representation of color #208B74: hue angle of 167.1º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B74 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 139 116 -
CMYK 0.77 0 0.17 0.45
HSL 167.1º 0.63% 0.34% -
HSV(B) 167.1º 0.77% 0.55% -
XYZ 12.98 20.03 19.71 -
YUV 104.39 134.55 76.37 -
System Red Green Blue C M Y K H S L
Decimal 32 139 116 0.77 0 0.17 0.45 167.1 0.63 0.34
Hex 20 8B 74 4D 0 11 2D A7 3F 22
Octal 40 213 164 115 0 21 55 247 77 42
Binary 100000 10001011 1110100 1001101 0 10001 101101 10100111 111111 100010

Color Harmonies of #208B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208B74

Black with #208B74

Text Example


Text Example

White with #208B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208B74; }

 p { color: rgb(32,139,116); }

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

background-color css

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

 a { background-color: rgb(32,139,116); }

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

border-color css

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

 span { border-color: rgb(32,139,116); }

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