#1B953A

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

Shades of Forest Green #1B953A

Tints of Forest Green #1B953A

Color information

#1B953A (or 0x1B953A) is unknown color: approx Forest Green. HEX triplet: 1B, 95 and 3A. RGB value is (27,149,58). Sum of RGB (Red+Green+Blue) = 27+149+58=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #1B953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B953A is #E46AC5. Grayscale: #666666. Windows color (decimal): -14969542 or 3839259. OLE color: 3839259.

HSL color Cylindrical-coordinate representation of color #1B953A: hue angle of 135.25º 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 #1B953A is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB2714958-
CMYK0.8200.610.42
HSL135.25º69.32%34.51%-
HSV(B)135.25º81.88%58.43%-
XYZ11.9622.037.63-
YUV102.15103.0874.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 149 (58.59% from 255) = 63.68%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=11.54%
G=63.68%
B=24.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27149580.8200.610.42135.2569.3234.51
Hex1B953A5203D2A874523
Octal33225721220755220710543
Binary110111001010111101010100100111101101010100001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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