#1B761A

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

Shades of Forest Green #1B761A

Tints of Forest Green #1B761A

Color information

#1B761A (or 0x1B761A) is unknown color: approx Forest Green. HEX triplet: 1B, 76 and 1A. RGB value is (27,118,26). Sum of RGB (Red+Green+Blue) = 27+118+26=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #1B761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B761A is #E489E5. Grayscale: #505050. Windows color (decimal): -14977510 or 1734171. OLE color: 1734171.

HSL color Cylindrical-coordinate representation of color #1B761A: hue angle of 119.35º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B761A is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB2711826-
CMYK0.7700.780.54
HSL119.35º63.89%28.24%-
HSV(B)119.35º77.97%46.27%-
XYZ7.1213.263.16-
YUV80.397.3589.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=15.79%
G=69.01%
B=15.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27118260.7700.780.54119.3563.8928.24
Hex1B761A4D04E3677401c
Octal331663211501166616710034
Binary110111110110110101001101010011101101101110111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,118,26); }

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

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

 a { background-color: rgb(27,118,26); }

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

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

 span { border-color: rgb(27,118,26); }

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