Html Css Color HEX #208240 Dark Spring Green

📋 copy color: '#208240'

red 32 ◦ green 130 ◦ blue 64

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

Shades of Dark Spring Green #208240

Tints of Dark Spring Green #208240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.52%

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 14.16%
G = 57.52%
B = 28.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#208240 (or 0x208240) is known color: Dark Spring Green. HEX triplet: 20, 82 and 40. RGB value is (32,130,64). Sum of RGB (Red+Green+Blue) = 32+130+64=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #208240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208240 is #DF7DBF. Grayscale: #5D5D5D. Windows color (decimal): -14646720 or 4227616. OLE color: 4227616.

HSL color Cylindrical-coordinate representation of color #208240: hue angle of 139.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208240 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 64 -
CMYK 0.75 0 0.51 0.49
HSL 139.59º 0.6% 0.32% -
HSV(B) 139.59º 0.75% 0.51% -
XYZ 9.5 16.64 7.56 -
YUV 93.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 32 130 64 0.75 0 0.51 0.49 139.59 0.6 0.32
Hex 20 82 40 4B 0 33 31 8C 3C 20
Octal 40 202 100 113 0 63 61 214 74 40
Binary 100000 10000010 1000000 1001011 0 110011 110001 10001100 111100 100000

Color Harmonies of #208240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208240

Black with #208240

Text Example


Text Example

White with #208240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208240; }

 p { color: rgb(32,130,64); }

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

background-color css

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

 a { background-color: rgb(32,130,64); }

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

border-color css

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

 span { border-color: rgb(32,130,64); }

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