Html Css Color HEX #207148 Dark Spring Green

📋 copy color: '#207148'

red 32 ◦ green 113 ◦ blue 72

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

Shades of Dark Spring Green #207148

Tints of Dark Spring Green #207148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

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

R = 14.75%
G = 52.07%
B = 33.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#207148 (or 0x207148) is known color: Dark Spring Green. HEX triplet: 20, 71 and 48. RGB value is (32,113,72). Sum of RGB (Red+Green+Blue) = 32+113+72=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #207148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207148 is #DF8EB7. Grayscale: #545454. Windows color (decimal): -14651064 or 4747552. OLE color: 4747552.

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

Color convert

RGB 32 113 72 -
CMYK 0.72 0 0.36 0.56
HSL 149.63º 0.56% 0.28% -
HSV(B) 149.63º 0.72% 0.44% -
XYZ 7.67 12.59 8.16 -
YUV 84.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 32 113 72 0.72 0 0.36 0.56 149.63 0.56 0.28
Hex 20 71 48 48 0 24 38 96 38 1C
Octal 40 161 110 110 0 44 70 226 70 34
Binary 100000 1110001 1001000 1001000 0 100100 111000 10010110 111000 11100

Color Harmonies of #207148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207148

Black with #207148

Text Example


Text Example

White with #207148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207148; }

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

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

background-color css

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

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

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

border-color css

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

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

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