#1B8720

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

Shades of Forest Green #1B8720

Tints of Forest Green #1B8720

Color information

#1B8720 (or 0x1B8720) is unknown color: approx Forest Green. HEX triplet: 1B, 87 and 20. RGB value is (27,135,32). Sum of RGB (Red+Green+Blue) = 27+135+32=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #1B8720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8720 is #E478DF. Grayscale: #5B5B5B. Windows color (decimal): -14973152 or 2131739. OLE color: 2131739.

HSL color Cylindrical-coordinate representation of color #1B8720: hue angle of 122.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8720 is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB2713532-
CMYK0.800.760.47
HSL122.78º66.67%31.76%-
HSV(B)122.78º80%52.94%-
XYZ9.3817.674.28-
YUV90.9794.7282.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 135 (53.12% from 255) = 69.59%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=13.92%
G=69.59%
B=16.49%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27135320.800.760.47122.7866.6731.76
Hex1B87205004C2F7b4320
Octal332074012001145717310340
Binary110111000011110000010100000100110010111111110111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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