#1B9532

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

Shades of Forest Green #1B9532

Tints of Forest Green #1B9532

Color information

#1B9532 (or 0x1B9532) is unknown color: approx Forest Green. HEX triplet: 1B, 95 and 32. RGB value is (27,149,50). Sum of RGB (Red+Green+Blue) = 27+149+50=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9532 is #E46ACD. Grayscale: #656565. Windows color (decimal): -14969550 or 3314971. OLE color: 3314971.

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

Color convert

RGB2714950-
CMYK0.8200.660.42
HSL131.31º69.32%34.51%-
HSV(B)131.31º81.88%58.43%-
XYZ11.7821.966.64-
YUV101.2499.0875.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 149 (58.59% from 255) = 65.93%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=11.95%
G=65.93%
B=22.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27149500.8200.660.42131.3169.3234.51
Hex1B9532520422A834523
Octal332256212201025220310543
Binary1101110010101110010101001001000010101010100000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,149,50); }

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

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

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

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

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

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

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