#1B7413

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

Shades of Forest Green #1B7413

Tints of Forest Green #1B7413

Color information

#1B7413 (or 0x1B7413) is unknown color: approx Forest Green. HEX triplet: 1B, 74 and 13. RGB value is (27,116,19). Sum of RGB (Red+Green+Blue) = 27+116+19=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7413 is #E48BEC. Grayscale: #4E4E4E. Windows color (decimal): -14978029 or 1274907. OLE color: 1274907.

HSL color Cylindrical-coordinate representation of color #1B7413: hue angle of 115.05º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7413 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB2711619-
CMYK0.7700.840.55
HSL115.05º71.85%26.47%-
HSV(B)115.05º83.62%45.49%-
XYZ6.8112.772.72-
YUV78.3394.5191.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.67%
GREEN value IS 116 (45.70% from 255) = 71.60%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=16.67%
G=71.60%
B=11.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27116190.7700.840.55115.0571.8526.47
Hex1B74134D0543773481a
Octal331642311501246716311032
Binary110111110100100111001101010101001101111110011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,116,19); }

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

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

 a { background-color: rgb(27,116,19); }

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

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

 span { border-color: rgb(27,116,19); }

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