#1B6F42

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

Shades of Dark Spring Green #1B6F42

Tints of Dark Spring Green #1B6F42

Color information

#1B6F42 (or 0x1B6F42) is unknown color: approx Dark Spring Green. HEX triplet: 1B, 6F and 42. RGB value is (27,111,66). Sum of RGB (Red+Green+Blue) = 27+111+66=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6F42 is #E490BD. Grayscale: #505050. Windows color (decimal): -14979262 or 4353819. OLE color: 4353819.

HSL color Cylindrical-coordinate representation of color #1B6F42: hue angle of 147.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6F42 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB2711166-
CMYK0.7600.410.56
HSL147.86º60.87%27.06%-
HSV(B)147.86º75.68%43.53%-
XYZ7.12127.09-
YUV80.75119.6789.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.24%
GREEN value IS 111 (43.75% from 255) = 54.41%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=13.24%
G=54.41%
B=32.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27111660.7600.410.56147.8660.8727.06
Hex1B6F424C02938943d1b
Octal33157102114051702247533
Binary1101111011111000010100110001010011110001001010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,111,66); }

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

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

 a { background-color: rgb(27,111,66); }

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

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

 span { border-color: rgb(27,111,66); }

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