#0B741E

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

Shades of Forest Green #0B741E

Tints of Forest Green #0B741E

Color information

#0B741E (or 0x0B741E) is unknown color: approx Forest Green. HEX triplet: 0B, 74 and 1E. RGB value is (11,116,30). Sum of RGB (Red+Green+Blue) = 11+116+30=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #0B741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B741E is #F48BE1. Grayscale: #4B4B4B. Windows color (decimal): -16026594 or 1995787. OLE color: 1995787.

HSL color Cylindrical-coordinate representation of color #0B741E: hue angle of 130.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B741E is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1111630-
CMYK0.9100.740.55
HSL130.86º82.68%24.9%-
HSV(B)130.86º90.52%45.49%-
XYZ6.6212.663.32-
YUV74.8102.7182.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 116 (45.70% from 255) = 73.89%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=7.01%
G=73.89%
B=19.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11116300.9100.740.55130.8682.6824.9
HexB741E5B04A37835319
Octal131643613301126720312331
Binary101111101001111010110110100101011011110000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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