#0B7D1E

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

Shades of Forest Green #0B7D1E

Tints of Forest Green #0B7D1E

Color information

#0B7D1E (or 0x0B7D1E) is unknown color: approx Forest Green. HEX triplet: 0B, 7D and 1E. RGB value is (11,125,30). Sum of RGB (Red+Green+Blue) = 11+125+30=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 125 (49.22% from 255 or 75.30% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7D1E is #F482E1. Grayscale: #505050. Windows color (decimal): -16024290 or 1998091. OLE color: 1998091.

HSL color Cylindrical-coordinate representation of color #0B7D1E: hue angle of 130º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7D1E is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB1112530-
CMYK0.9100.760.51
HSL130º83.82%26.67%-
HSV(B)130º91.2%49.02%-
XYZ7.7114.833.69-
YUV80.0899.7378.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 125 (49.22% from 255) = 75.30%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=6.63%
G=75.30%
B=18.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11125300.9100.760.5113083.8226.67
HexB7D1E5B04C3382541b
Octal131753613301146320212433
Binary101111111011111010110110100110011001110000010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B7D1E; }

 p { color: rgb(11,125,30); }

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

<style>
 a { background-color: #0B7D1E; }

 a { background-color: rgb(11,125,30); }

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

<style>
 span { border-color: #0B7D1E; }

 span { border-color: rgb(11,125,30); }

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