#1B8A20

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

Shades of Forest Green #1B8A20

Tints of Forest Green #1B8A20

Color information

#1B8A20 (or 0x1B8A20) is unknown color: approx Forest Green. HEX triplet: 1B, 8A and 20. RGB value is (27,138,32). Sum of RGB (Red+Green+Blue) = 27+138+32=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8A20 is #E475DF. Grayscale: #5D5D5D. Windows color (decimal): -14972384 or 2132507. OLE color: 2132507.

HSL color Cylindrical-coordinate representation of color #1B8A20: hue angle of 122.7º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A20 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB2713832-
CMYK0.8000.770.46
HSL122.7º67.27%32.35%-
HSV(B)122.7º80.43%54.12%-
XYZ9.818.514.42-
YUV92.7393.7381.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=13.71%
G=70.05%
B=16.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27138320.8000.770.46122.767.2732.35
Hex1B8A205004D2E7b4320
Octal332124012001155617310340
Binary110111000101010000010100000100110110111011110111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,138,32); }

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

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

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

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

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

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

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