#1B9125

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

Shades of Forest Green #1B9125

Tints of Forest Green #1B9125

Color information

#1B9125 (or 0x1B9125) is unknown color: approx Forest Green. HEX triplet: 1B, 91 and 25. RGB value is (27,145,37). Sum of RGB (Red+Green+Blue) = 27+145+37=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #1B9125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9125 is #E46EDA. Grayscale: #616161. Windows color (decimal): -14970587 or 2461979. OLE color: 2461979.

HSL color Cylindrical-coordinate representation of color #1B9125: hue angle of 125.08º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B9125 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB2714537-
CMYK0.8100.740.43
HSL125.08º68.6%33.73%-
HSV(B)125.08º81.38%56.86%-
XYZ10.9120.625.15-
YUV97.4193.9177.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 145 (57.03% from 255) = 69.38%
BLUE value IS 37 (14.84% from 255) = 17.70%
R=12.92%
G=69.38%
B=17.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27145370.8100.740.43125.0868.633.73
Hex1B91255104A2B7d4522
Octal332214512101125317510542
Binary110111001000110010110100010100101010101111111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,145,37); }

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

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

 a { background-color: rgb(27,145,37); }

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

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

 span { border-color: rgb(27,145,37); }

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