#1B6B48

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

Shades of Dark Spring Green #1B6B48

Tints of Dark Spring Green #1B6B48

Color information

#1B6B48 (or 0x1B6B48) is unknown color: approx Dark Spring Green. HEX triplet: 1B, 6B and 48. RGB value is (27,107,72). Sum of RGB (Red+Green+Blue) = 27+107+72=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6B48 is #E494B7. Grayscale: #4F4F4F. Windows color (decimal): -14980280 or 4746011. OLE color: 4746011.

HSL color Cylindrical-coordinate representation of color #1B6B48: hue angle of 153.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B48 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB2710772-
CMYK0.7500.330.58
HSL153.75º59.7%26.27%-
HSV(B)153.75º74.77%41.96%-
XYZ6.8811.227.93-
YUV79.0912490.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=13.11%
G=51.94%
B=34.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27107720.7500.330.58153.7559.726.27
Hex1B6B484B0213A9a3c1a
Octal33153110113041722327432
Binary1101111010111001000100101101000011110101001101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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