Html Css Color HEX #207F3F Dark Spring Green

📋 copy color: '#207F3F'

red 32 ◦ green 127 ◦ blue 63

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

Shades of Dark Spring Green #207F3F

Tints of Dark Spring Green #207F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 57.21%

 BLUE value IS 63 (25% from 255) = 28.38%

R = 14.41%
G = 57.21%
B = 28.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#207F3F (or 0x207F3F) is known color: Dark Spring Green. HEX triplet: 20, 7F and 3F. RGB value is (32,127,63). Sum of RGB (Red+Green+Blue) = 32+127+63=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #207F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F3F is #DF80C0. Grayscale: #5B5B5B. Windows color (decimal): -14647489 or 4161312. OLE color: 4161312.

HSL color Cylindrical-coordinate representation of color #207F3F: hue angle of 139.58º 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 #207F3F is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 127 63 -
CMYK 0.75 0 0.50 0.50
HSL 139.58º 0.6% 0.31% -
HSV(B) 139.58º 0.75% 0.5% -
XYZ 9.08 15.84 7.28 -
YUV 91.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 32 127 63 0.75 0 0.50 0.50 139.58 0.6 0.31
Hex 20 7F 3F 4B 0 32 32 8C 3C 1F
Octal 40 177 77 113 0 62 62 214 74 37
Binary 100000 1111111 111111 1001011 0 110010 110010 10001100 111100 11111

Color Harmonies of #207F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207F3F

Black with #207F3F

Text Example


Text Example

White with #207F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207F3F; }

 p { color: rgb(32,127,63); }

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

background-color css

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

 a { background-color: rgb(32,127,63); }

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

border-color css

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

 span { border-color: rgb(32,127,63); }

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