Html Css Color HEX #207042 Dark Spring Green

📋 copy color: '#207042'

red 32 ◦ green 112 ◦ blue 66

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

Shades of Dark Spring Green #207042

Tints of Dark Spring Green #207042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.33%

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

R = 15.24%
G = 53.33%
B = 31.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#207042 (or 0x207042) is known color: Dark Spring Green. HEX triplet: 20, 70 and 42. RGB value is (32,112,66). Sum of RGB (Red+Green+Blue) = 32+112+66=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #207042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207042 is #DF8FBD. Grayscale: #525252. Windows color (decimal): -14651326 or 4354080. OLE color: 4354080.

HSL color Cylindrical-coordinate representation of color #207042: hue angle of 145.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207042 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 66 -
CMYK 0.71 0 0.41 0.56
HSL 145.5º 0.56% 0.28% -
HSV(B) 145.5º 0.71% 0.44% -
XYZ 7.37 12.29 7.14 -
YUV 82.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 32 112 66 0.71 0 0.41 0.56 145.5 0.56 0.28
Hex 20 70 42 47 0 29 38 92 38 1C
Octal 40 160 102 107 0 51 70 222 70 34
Binary 100000 1110000 1000010 1000111 0 101001 111000 10010010 111000 11100

Color Harmonies of #207042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207042

Black with #207042

Text Example


Text Example

White with #207042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207042; }

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

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

background-color css

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

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

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

border-color css

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

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

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