Html Css Color HEX #207F42 Dark Spring Green

📋 copy color: '#207F42'

red 32 ◦ green 127 ◦ blue 66

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

Shades of Dark Spring Green #207F42

Tints of Dark Spring Green #207F42

RGB

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

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

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

R = 14.22%
G = 56.44%
B = 29.33%

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

#207F42 (or 0x207F42) is known color: Dark Spring Green. HEX triplet: 20, 7F and 42. RGB value is (32,127,66). Sum of RGB (Red+Green+Blue) = 32+127+66=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #207F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207F42 is #DF80BD. Grayscale: #5B5B5B. Windows color (decimal): -14647486 or 4357920. OLE color: 4357920.

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

Color convert

RGB 32 127 66 -
CMYK 0.75 0 0.48 0.50
HSL 141.47º 0.6% 0.31% -
HSV(B) 141.47º 0.75% 0.5% -
XYZ 9.17 15.88 7.74 -
YUV 91.64 113.53 85.46 -
System Red Green Blue C M Y K H S L
Decimal 32 127 66 0.75 0 0.48 0.50 141.47 0.6 0.31
Hex 20 7F 42 4B 0 30 32 8D 3C 1F
Octal 40 177 102 113 0 60 62 215 74 37
Binary 100000 1111111 1000010 1001011 0 110000 110010 10001101 111100 11111

Color Harmonies of #207F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207F42

Black with #207F42

Text Example


Text Example

White with #207F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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