#207448

Color #207448 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #207448

Tints of Dark Spring Green #207448

Color information

#207448 (or 0x207448) is unknown color: approx Dark Spring Green. HEX triplet: 20, 74 and 48. RGB value is (32,116,72). Sum of RGB (Red+Green+Blue) = 32+116+72=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #207448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207448 is #DF8BB7. Grayscale: #555555. Windows color (decimal): -14650296 or 4748320. OLE color: 4748320.

HSL color Cylindrical-coordinate representation of color #207448: hue angle of 148.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207448 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB3211672-
CMYK0.7200.380.55
HSL148.57º56.76%29.02%-
HSV(B)148.57º72.41%45.49%-
XYZ8.0113.278.27-
YUV85.87120.1789.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 116 (45.70% from 255) = 52.73%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=14.55%
G=52.73%
B=32.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32116720.7200.380.55148.5756.7629.02
Hex207448480263795391d
Octal40164110110046672257135
Binary10000011101001001000100100001001101101111001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207448; }

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

 H1.HeaderClassName
 {
   color: #207448;
 }
 .AnyTagClassName
 {
   color: #207448;
 }
</style>
background-color css

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

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

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

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

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

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