Html Css Color HEX #207541 Dark Spring Green

📋 copy color: '#207541'

red 32 ◦ green 117 ◦ blue 65

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

Shades of Dark Spring Green #207541

Tints of Dark Spring Green #207541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 14.95%
G = 54.67%
B = 30.37%

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

#207541 (or 0x207541) is known color: Dark Spring Green. HEX triplet: 20, 75 and 41. RGB value is (32,117,65). Sum of RGB (Red+Green+Blue) = 32+117+65=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #207541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207541 is #DF8ABE. Grayscale: #555555. Windows color (decimal): -14650047 or 4289824. OLE color: 4289824.

HSL color Cylindrical-coordinate representation of color #207541: hue angle of 143.29º 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 #207541 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 65 -
CMYK 0.73 0 0.44 0.54
HSL 143.29º 0.57% 0.29% -
HSV(B) 143.29º 0.73% 0.46% -
XYZ 7.91 13.41 7.17 -
YUV 85.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 32 117 65 0.73 0 0.44 0.54 143.29 0.57 0.29
Hex 20 75 41 49 0 2C 36 8F 39 1D
Octal 40 165 101 111 0 54 66 217 71 35
Binary 100000 1110101 1000001 1001001 0 101100 110110 10001111 111001 11101

Color Harmonies of #207541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207541

Black with #207541

Text Example


Text Example

White with #207541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207541; }

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

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

background-color css

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

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

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

border-color css

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

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

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