#1F6B4B

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

Shades of Dark Spring Green #1F6B4B

Tints of Dark Spring Green #1F6B4B

Color information

#1F6B4B (or 0x1F6B4B) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6B and 4B. RGB value is (31,107,75). Sum of RGB (Red+Green+Blue) = 31+107+75=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B4B is #E094B4. Grayscale: #505050. Windows color (decimal): -14718133 or 4942623. OLE color: 4942623.

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

Color convert

RGB3110775-
CMYK0.7100.300.58
HSL154.74º55.07%27.06%-
HSV(B)154.74º71.03%41.96%-
XYZ7.0911.318.47-
YUV80.63124.8292.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=14.55%
G=50.23%
B=35.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31107750.7100.300.58154.7455.0727.06
Hex1F6B4B4701E3A9b371b
Octal37153113107036722336733
Binary111111101011100101110001110111101110101001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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