#0B7A1C

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

Shades of Forest Green #0B7A1C

Tints of Forest Green #0B7A1C

Color information

#0B7A1C (or 0x0B7A1C) is unknown color: approx Forest Green. HEX triplet: 0B, 7A and 1C. RGB value is (11,122,28). Sum of RGB (Red+Green+Blue) = 11+122+28=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7A1C is #F485E3. Grayscale: #4E4E4E. Windows color (decimal): -16025060 or 1866251. OLE color: 1866251.

HSL color Cylindrical-coordinate representation of color #0B7A1C: hue angle of 129.19º 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 #0B7A1C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1112228-
CMYK0.9100.770.52
HSL129.19º83.46%26.08%-
HSV(B)129.19º90.98%47.84%-
XYZ7.3114.073.43-
YUV78.199.7380.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 122 (48.05% from 255) = 75.78%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=6.83%
G=75.78%
B=17.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11122280.9100.770.52129.1983.4626.08
HexB7A1C5B04D3481531a
Octal131723413301156420112332
Binary101111110101110010110110100110111010010000001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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