#207043

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

Shades of Dark Spring Green #207043

Tints of Dark Spring Green #207043

Color information

#207043 (or 0x207043) is unknown color: approx Dark Spring Green. HEX triplet: 20, 70 and 43. RGB value is (32,112,67). Sum of RGB (Red+Green+Blue) = 32+112+67=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #207043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207043 is #DF8FBC. Grayscale: #535353. Windows color (decimal): -14651325 or 4419616. OLE color: 4419616.

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

Color convert

RGB3211267-
CMYK0.7100.400.56
HSL146.25º55.56%28.24%-
HSV(B)146.25º71.43%43.92%-
XYZ7.412.37.29-
YUV82.9511991.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=15.17%
G=53.08%
B=31.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112670.7100.400.56146.2555.5628.24
Hex207043470283892381c
Octal40160103107050702227034
Binary10000011100001000011100011101010001110001001001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207043; }

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

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

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

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

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

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

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

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