#1B750D

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

Shades of Forest Green #1B750D

Tints of Forest Green #1B750D

Color information

#1B750D (or 0x1B750D) is unknown color: approx Forest Green. HEX triplet: 1B, 75 and 0D. RGB value is (27,117,13). Sum of RGB (Red+Green+Blue) = 27+117+13=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #1B750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B750D is #E48AF2. Grayscale: #4E4E4E. Windows color (decimal): -14977779 or 881947. OLE color: 881947.

HSL color Cylindrical-coordinate representation of color #1B750D: hue angle of 111.92º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B750D is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB2711713-
CMYK0.7700.890.54
HSL111.92º80%25.49%-
HSV(B)111.92º88.89%45.88%-
XYZ6.8912.982.52-
YUV78.2391.1891.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 117 (46.09% from 255) = 74.52%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=17.20%
G=74.52%
B=8.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27117130.7700.890.54111.928025.49
Hex1B75D4D05936705019
Octal331651511501316616012031
Binary11011111010111011001101010110011101101110000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,13); }

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

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

 a { background-color: rgb(27,117,13); }

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

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

 span { border-color: rgb(27,117,13); }

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