Html Css Color HEX #207542 Dark Spring Green

📋 copy color: '#207542'

red 32 ◦ green 117 ◦ blue 66

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

Shades of Dark Spring Green #207542

Tints of Dark Spring Green #207542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

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

R = 14.88%
G = 54.42%
B = 30.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#207542 (or 0x207542) is known color: Dark Spring Green. HEX triplet: 20, 75 and 42. RGB value is (32,117,66). Sum of RGB (Red+Green+Blue) = 32+117+66=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #207542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207542 is #DF8ABD. Grayscale: #555555. Windows color (decimal): -14650046 or 4355360. OLE color: 4355360.

HSL color Cylindrical-coordinate representation of color #207542: hue angle of 144º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207542 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 66 -
CMYK 0.73 0 0.44 0.54
HSL 144º 0.57% 0.29% -
HSV(B) 144º 0.73% 0.46% -
XYZ 7.94 13.42 7.33 -
YUV 85.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 32 117 66 0.73 0 0.44 0.54 144 0.57 0.29
Hex 20 75 42 49 0 2C 36 90 39 1D
Octal 40 165 102 111 0 54 66 220 71 35
Binary 100000 1110101 1000010 1001001 0 101100 110110 10010000 111001 11101

Color Harmonies of #207542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207542

Black with #207542

Text Example


Text Example

White with #207542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207542; }

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

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

background-color css

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

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

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

border-color css

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

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

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