#1F6B48

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

Shades of Dark Spring Green #1F6B48

Tints of Dark Spring Green #1F6B48

Color information

#1F6B48 (or 0x1F6B48) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6B and 48. RGB value is (31,107,72). Sum of RGB (Red+Green+Blue) = 31+107+72=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B48 is #E094B7. Grayscale: #505050. Windows color (decimal): -14718136 or 4746015. OLE color: 4746015.

HSL color Cylindrical-coordinate representation of color #1F6B48: hue angle of 152.37º 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 #1F6B48 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB3110772-
CMYK0.7100.330.58
HSL152.37º55.07%27.06%-
HSV(B)152.37º71.03%41.96%-
XYZ6.9911.277.94-
YUV80.29123.3292.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 107 (42.19% from 255) = 50.95%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=14.76%
G=50.95%
B=34.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31107720.7100.330.58152.3755.0727.06
Hex1F6B48470213A98371b
Octal37153110107041722306733
Binary1111111010111001000100011101000011110101001100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,72); }

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

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

 a { background-color: rgb(31,107,72); }

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

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

 span { border-color: rgb(31,107,72); }

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