#207246

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

Shades of Dark Spring Green #207246

Tints of Dark Spring Green #207246

Color information

#207246 (or 0x207246) is unknown color: approx Dark Spring Green. HEX triplet: 20, 72 and 46. RGB value is (32,114,70). Sum of RGB (Red+Green+Blue) = 32+114+70=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #207246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207246 is #DF8DB9. Grayscale: #545454. Windows color (decimal): -14650810 or 4616736. OLE color: 4616736.

HSL color Cylindrical-coordinate representation of color #207246: hue angle of 147.8º degrees, saturation: 0.56, 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 #207246 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB3211470-
CMYK0.7200.390.55
HSL147.8º56.16%28.63%-
HSV(B)147.8º71.93%44.71%-
XYZ7.7212.787.86-
YUV84.47119.8390.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=14.81%
G=52.78%
B=32.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114700.7200.390.55147.856.1628.63
Hex207246480273794381d
Octal40162106110047672247035
Binary10000011100101000110100100001001111101111001010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207246; }

 p { color: rgb(32,114,70); }

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

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

 a { background-color: rgb(32,114,70); }

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

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

 span { border-color: rgb(32,114,70); }

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