#0B882A

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

Shades of Forest Green #0B882A

Tints of Forest Green #0B882A

Color information

#0B882A (or 0x0B882A) is unknown color: approx Forest Green. HEX triplet: 0B, 88 and 2A. RGB value is (11,136,42). Sum of RGB (Red+Green+Blue) = 11+136+42=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 136 (53.52% from 255 or 71.96% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 136 - color contains mainly: green. Hex color #0B882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B882A is #F477D5. Grayscale: #585858. Windows color (decimal): -16021462 or 2787339. OLE color: 2787339.

HSL color Cylindrical-coordinate representation of color #0B882A: hue angle of 134.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B882A is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1113642-
CMYK0.9200.690.47
HSL134.88º85.03%28.82%-
HSV(B)134.88º91.91%53.33%-
XYZ9.3617.855.14-
YUV87.91102.0973.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 136 (53.52% from 255) = 71.96%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=5.82%
G=71.96%
B=22.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11136420.9200.690.47134.8885.0328.82
HexB882A5C0452F87551d
Octal132105213401055720712535
Binary10111000100010101010111000100010110111110000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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