#207348

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

Shades of Dark Spring Green #207348

Tints of Dark Spring Green #207348

Color information

#207348 (or 0x207348) is unknown color: approx Dark Spring Green. HEX triplet: 20, 73 and 48. RGB value is (32,115,72). Sum of RGB (Red+Green+Blue) = 32+115+72=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #207348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207348 is #DF8CB7. Grayscale: #555555. Windows color (decimal): -14650552 or 4748064. OLE color: 4748064.

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

Color convert

RGB3211572-
CMYK0.7200.370.55
HSL148.92º56.46%28.82%-
HSV(B)148.92º72.17%45.1%-
XYZ7.913.048.23-
YUV85.28120.590-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=14.61%
G=52.51%
B=32.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115720.7200.370.55148.9256.4628.82
Hex207348480253795381d
Octal40163110110045672257035
Binary10000011100111001000100100001001011101111001010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207348; }

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

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

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

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

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

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

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

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