#0B852B

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

Shades of Forest Green #0B852B

Tints of Forest Green #0B852B

Color information

#0B852B (or 0x0B852B) is unknown color: approx Forest Green. HEX triplet: 0B, 85 and 2B. RGB value is (11,133,43). Sum of RGB (Red+Green+Blue) = 11+133+43=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #0B852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B852B is #F47AD4. Grayscale: #565656. Windows color (decimal): -16022229 or 2852107. OLE color: 2852107.

HSL color Cylindrical-coordinate representation of color #0B852B: hue angle of 135.74º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B852B is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1113343-
CMYK0.9200.680.48
HSL135.74º84.72%28.24%-
HSV(B)135.74º91.73%52.16%-
XYZ8.9617.025.1-
YUV86.26103.5874.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 133 (52.34% from 255) = 71.12%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=5.88%
G=71.12%
B=22.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11133430.9200.680.48135.7484.7228.24
HexB852B5C0443088551c
Octal132055313401046021012534
Binary10111000010110101110111000100010011000010001000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,133,43); }

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

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

 a { background-color: rgb(11,133,43); }

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

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

 span { border-color: rgb(11,133,43); }

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