#1B992A

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

Shades of Forest Green #1B992A

Tints of Forest Green #1B992A

Color information

#1B992A (or 0x1B992A) is unknown color: approx Forest Green. HEX triplet: 1B, 99 and 2A. RGB value is (27,153,42). Sum of RGB (Red+Green+Blue) = 27+153+42=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 153 (60.16% from 255 or 68.92% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 153 - color contains mainly: green. Hex color #1B992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B992A is #E466D5. Grayscale: #666666. Windows color (decimal): -14968534 or 2791707. OLE color: 2791707.

HSL color Cylindrical-coordinate representation of color #1B992A: hue angle of 127.14º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B992A is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB2715342-
CMYK0.8200.730.4
HSL127.14º70%35.29%-
HSV(B)127.14º82.35%60%-
XYZ12.2623.186.02-
YUV102.6793.7674.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.16%
GREEN value IS 153 (60.16% from 255) = 68.92%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=12.16%
G=68.92%
B=18.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27153420.8200.730.4127.147035.29
Hex1B992A52049287f4623
Octal332315212201115017710643
Binary110111001100110101010100100100100110100011111111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,153,42); }

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

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

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

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

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

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

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