#1f6c42

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

Shades of Dark Spring Green #1F6C42

Tints of Dark Spring Green #1F6C42

Color information

#1F6C42 (or 0x1F6C42) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6C and 42. RGB value is (31,108,66). Sum of RGB (Red+Green+Blue) = 31+108+66=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6C42 is #E093BD. Grayscale: #505050. Windows color (decimal): -14717886 or 4353055. OLE color: 4353055.

HSL color Cylindrical-coordinate representation of color #1F6C42: hue angle of 147.27º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6C42 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB3110866-
CMYK0.7100.390.58
HSL147.27º55.4%27.25%-
HSV(B)147.27º71.3%42.35%-
XYZ6.9111.416.99-
YUV80.19119.9992.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 108 (42.58% from 255) = 52.68%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=15.12%
G=52.68%
B=32.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31108660.7100.390.58147.2755.427.25
Hex1F6C42470273A93371b
Octal37154102107047722236733
Binary1111111011001000010100011101001111110101001001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f6c42; }

 p { color: rgb(31,108,66); }

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

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

 a { background-color: rgb(31,108,66); }

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

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

 span { border-color: rgb(31,108,66); }

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