#1B731B

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

Shades of Forest Green #1B731B

Tints of Forest Green #1B731B

Color information

#1B731B (or 0x1B731B) is unknown color: approx Forest Green. HEX triplet: 1B, 73 and 1B. RGB value is (27,115,27). Sum of RGB (Red+Green+Blue) = 27+115+27=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #1B731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B731B is #E48CE4. Grayscale: #4E4E4E. Windows color (decimal): -14978277 or 1798939. OLE color: 1798939.

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

Color convert

RGB2711527-
CMYK0.7700.770.55
HSL120º61.97%27.84%-
HSV(B)120º76.52%45.1%-
XYZ6.7812.573.11-
YUV78.6698.8591.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.98%
GREEN value IS 115 (45.31% from 255) = 68.05%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=15.98%
G=68.05%
B=15.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27115270.7700.770.5512061.9727.84
Hex1B731B4D04D37783e1c
Octal33163331150115671707634
Binary11011111001111011100110101001101110111111100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,115,27); }

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

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

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

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

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

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

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