#1B7010

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

Shades of Forest Green #1B7010

Tints of Forest Green #1B7010

Color information

#1B7010 (or 0x1B7010) is unknown color: approx Forest Green. HEX triplet: 1B, 70 and 10. RGB value is (27,112,16). Sum of RGB (Red+Green+Blue) = 27+112+16=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7010 is #E48FEF. Grayscale: #4B4B4B. Windows color (decimal): -14979056 or 1077275. OLE color: 1077275.

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

Color convert

RGB2711216-
CMYK0.7600.860.56
HSL113.12º75%25.1%-
HSV(B)113.12º85.71%43.92%-
XYZ6.3411.862.45-
YUV75.6494.3493.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.42%
GREEN value IS 112 (44.14% from 255) = 72.26%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=17.42%
G=72.26%
B=10.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112160.7600.860.56113.127525.1
Hex1B70104C05638714b19
Octal331602011401267016111331
Binary110111110000100001001100010101101110001110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,16); }

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

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

 a { background-color: rgb(27,112,16); }

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

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

 span { border-color: rgb(27,112,16); }

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