#1B962A

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

Shades of Forest Green #1B962A

Tints of Forest Green #1B962A

Color information

#1B962A (or 0x1B962A) is unknown color: approx Forest Green. HEX triplet: 1B, 96 and 2A. RGB value is (27,150,42). Sum of RGB (Red+Green+Blue) = 27+150+42=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #1B962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B962A is #E469D5. Grayscale: #656565. Windows color (decimal): -14969302 or 2790939. OLE color: 2790939.

HSL color Cylindrical-coordinate representation of color #1B962A: hue angle of 127.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B962A is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB2715042-
CMYK0.8200.720.41
HSL127.32º69.49%34.71%-
HSV(B)127.32º82%58.82%-
XYZ11.7822.215.86-
YUV100.9194.7575.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 150 (58.98% from 255) = 68.49%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=12.33%
G=68.49%
B=19.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal27150420.8200.720.41127.3269.4934.71
Hex1B962A52048297f4523
Octal332265212201105117710543
Binary110111001011010101010100100100100010100111111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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