#0B992A

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

Shades of Forest Green #0B992A

Tints of Forest Green #0B992A

Color information

#0B992A (or 0x0B992A) is unknown color: approx Forest Green. HEX triplet: 0B, 99 and 2A. RGB value is (11,153,42). Sum of RGB (Red+Green+Blue) = 11+153+42=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #0B992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B992A is #F466D5. Grayscale: #626262. Windows color (decimal): -16017110 or 2791691. OLE color: 2791691.

HSL color Cylindrical-coordinate representation of color #0B992A: hue angle of 133.1º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B992A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1115342-
CMYK0.9300.730.4
HSL133.1º86.59%32.16%-
HSV(B)133.1º92.81%60%-
XYZ11.9523.026-
YUV97.8996.4666.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.34%
GREEN value IS 153 (60.16% from 255) = 74.27%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=5.34%
G=74.27%
B=20.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11153420.9300.730.4133.186.5932.16
HexB992A5D04928855720
Octal132315213501115020512740
Binary101110011001101010101110101001001101000100001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,153,42); }

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

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

 a { background-color: rgb(11,153,42); }

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

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

 span { border-color: rgb(11,153,42); }

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