#0B8727

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

Shades of Forest Green #0B8727

Tints of Forest Green #0B8727

Color information

#0B8727 (or 0x0B8727) is unknown color: approx Forest Green. HEX triplet: 0B, 87 and 27. RGB value is (11,135,39). Sum of RGB (Red+Green+Blue) = 11+135+39=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 135 (53.12% from 255 or 72.97% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8727 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8727 is #F478D8. Grayscale: #575757. Windows color (decimal): -16021721 or 2590475. OLE color: 2590475.

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

Color convert

RGB1113539-
CMYK0.9200.710.47
HSL133.55º84.93%28.63%-
HSV(B)133.55º91.85%52.94%-
XYZ9.1717.554.82-
YUV86.98100.9273.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 135 (53.12% from 255) = 72.97%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=5.95%
G=72.97%
B=21.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135390.9200.710.47133.5584.9328.63
HexB87275C0472F86551d
Octal132074713401075720612535
Binary10111000011110011110111000100011110111110000110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,135,39); }

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

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

 a { background-color: rgb(11,135,39); }

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

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

 span { border-color: rgb(11,135,39); }

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