#1B850F

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

Shades of Forest Green #1B850F

Tints of Forest Green #1B850F

Color information

#1B850F (or 0x1B850F) is unknown color: approx Forest Green. HEX triplet: 1B, 85 and 0F. RGB value is (27,133,15). Sum of RGB (Red+Green+Blue) = 27+133+15=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 133 (52.34% from 255 or 76% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 133 - color contains mainly: green. Hex color #1B850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B850F is #E47AF0. Grayscale: #585858. Windows color (decimal): -14973681 or 1017115. OLE color: 1017115.

HSL color Cylindrical-coordinate representation of color #1B850F: hue angle of 113.9º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B850F is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB2713315-
CMYK0.8000.890.48
HSL113.9º79.73%29.02%-
HSV(B)113.9º88.72%52.16%-
XYZ8.9317.043.27-
YUV87.8586.8884.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.43%
GREEN value IS 133 (52.34% from 255) = 76%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=15.43%
G=76%
B=8.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27133150.8000.890.48113.979.7329.02
Hex1B85F500593072501d
Octal332051712001316016212035
Binary110111000010111111010000010110011100001110010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,133,15); }

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

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

 a { background-color: rgb(27,133,15); }

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

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

 span { border-color: rgb(27,133,15); }

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