#1B7246

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

Shades of Dark Spring Green #1B7246

Tints of Dark Spring Green #1B7246

Color information

#1B7246 (or 0x1B7246) is unknown color: approx Dark Spring Green. HEX triplet: 1B, 72 and 46. RGB value is (27,114,70). Sum of RGB (Red+Green+Blue) = 27+114+70=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7246 is #E48DB9. Grayscale: #535353. Windows color (decimal): -14978490 or 4616731. OLE color: 4616731.

HSL color Cylindrical-coordinate representation of color #1B7246: hue angle of 149.66º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7246 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB2711470-
CMYK0.7600.390.55
HSL149.66º61.7%27.65%-
HSV(B)149.66º76.32%44.71%-
XYZ7.5712.717.85-
YUV82.97120.6888.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.80%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=12.80%
G=54.03%
B=33.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27114700.7600.390.55149.6661.727.65
Hex1B72464C02737963e1c
Octal33162106114047672267634
Binary1101111100101000110100110001001111101111001011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,70); }

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

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

 a { background-color: rgb(27,114,70); }

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

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

 span { border-color: rgb(27,114,70); }

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