Html Css Color HEX #207048 Dark Spring Green

📋 copy color: '#207048'

red 32 ◦ green 112 ◦ blue 72

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

Shades of Dark Spring Green #207048

Tints of Dark Spring Green #207048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 14.81%
G = 51.85%
B = 33.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#207048 (or 0x207048) is known color: Dark Spring Green. HEX triplet: 20, 70 and 48. RGB value is (32,112,72). Sum of RGB (Red+Green+Blue) = 32+112+72=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #207048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207048 is #DF8FB7. Grayscale: #535353. Windows color (decimal): -14651320 or 4747296. OLE color: 4747296.

HSL color Cylindrical-coordinate representation of color #207048: hue angle of 150º 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 #207048 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 72 -
CMYK 0.71 0 0.36 0.56
HSL 150º 0.56% 0.28% -
HSV(B) 150º 0.71% 0.44% -
XYZ 7.56 12.36 8.12 -
YUV 83.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 32 112 72 0.71 0 0.36 0.56 150 0.56 0.28
Hex 20 70 48 47 0 24 38 96 38 1C
Octal 40 160 110 107 0 44 70 226 70 34
Binary 100000 1110000 1001000 1000111 0 100100 111000 10010110 111000 11100

Color Harmonies of #207048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207048

Black with #207048

Text Example


Text Example

White with #207048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207048; }

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

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

background-color css

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

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

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

border-color css

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

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

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