Html Css Color HEX #208042 Dark Spring Green

📋 copy color: '#208042'

red 32 ◦ green 128 ◦ blue 66

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

Shades of Dark Spring Green #208042

Tints of Dark Spring Green #208042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.64%

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 14.16%
G = 56.64%
B = 29.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#208042 (or 0x208042) is known color: Dark Spring Green. HEX triplet: 20, 80 and 42. RGB value is (32,128,66). Sum of RGB (Red+Green+Blue) = 32+128+66=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #208042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208042 is #DF7FBD. Grayscale: #5C5C5C. Windows color (decimal): -14647230 or 4358176. OLE color: 4358176.

HSL color Cylindrical-coordinate representation of color #208042: hue angle of 141.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208042 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 66 -
CMYK 0.75 0 0.48 0.50
HSL 141.25º 0.6% 0.31% -
HSV(B) 141.25º 0.75% 0.5% -
XYZ 9.3 16.14 7.78 -
YUV 92.23 113.2 85.04 -
System Red Green Blue C M Y K H S L
Decimal 32 128 66 0.75 0 0.48 0.50 141.25 0.6 0.31
Hex 20 80 42 4B 0 30 32 8D 3C 1F
Octal 40 200 102 113 0 60 62 215 74 37
Binary 100000 10000000 1000010 1001011 0 110000 110010 10001101 111100 11111

Color Harmonies of #208042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208042

Black with #208042

Text Example


Text Example

White with #208042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208042; }

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

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

background-color css

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

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

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

border-color css

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

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

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