#0B882D

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

Shades of Forest Green #0B882D

Tints of Forest Green #0B882D

Color information

#0B882D (or 0x0B882D) is unknown color: approx Forest Green. HEX triplet: 0B, 88 and 2D. RGB value is (11,136,45). Sum of RGB (Red+Green+Blue) = 11+136+45=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #0B882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B882D is #F477D2. Grayscale: #585858. Windows color (decimal): -16021459 or 2983947. OLE color: 2983947.

HSL color Cylindrical-coordinate representation of color #0B882D: hue angle of 136.32º 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 #0B882D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1113645-
CMYK0.9200.670.47
HSL136.32º85.03%28.82%-
HSV(B)136.32º91.91%53.33%-
XYZ9.4217.875.44-
YUV88.25103.5972.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 136 (53.52% from 255) = 70.83%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=5.73%
G=70.83%
B=23.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11136450.9200.670.47136.3285.0328.82
HexB882D5C0432F88551d
Octal132105513401035721012535
Binary10111000100010110110111000100001110111110001000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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