#0B7A1E

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

Shades of Forest Green #0B7A1E

Tints of Forest Green #0B7A1E

Color information

#0B7A1E (or 0x0B7A1E) is unknown color: approx Forest Green. HEX triplet: 0B, 7A and 1E. RGB value is (11,122,30). Sum of RGB (Red+Green+Blue) = 11+122+30=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 122 (48.05% from 255 or 74.85% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7A1E is #F485E1. Grayscale: #4E4E4E. Windows color (decimal): -16025058 or 1997323. OLE color: 1997323.

HSL color Cylindrical-coordinate representation of color #0B7A1E: hue angle of 130.27º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7A1E is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB1112230-
CMYK0.9100.750.52
HSL130.27º83.46%26.08%-
HSV(B)130.27º90.98%47.84%-
XYZ7.3314.083.56-
YUV78.32100.7379.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.75%
GREEN value IS 122 (48.05% from 255) = 74.85%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=6.75%
G=74.85%
B=18.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11122300.9100.750.52130.2783.4626.08
HexB7A1E5B04B3482531a
Octal131723613301136420212332
Binary101111110101111010110110100101111010010000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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