#0B7B1C

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

Shades of Forest Green #0B7B1C

Tints of Forest Green #0B7B1C

Color information

#0B7B1C (or 0x0B7B1C) is unknown color: approx Forest Green. HEX triplet: 0B, 7B and 1C. RGB value is (11,123,28). Sum of RGB (Red+Green+Blue) = 11+123+28=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 123 (48.44% from 255 or 75.93% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7B1C is #F484E3. Grayscale: #4E4E4E. Windows color (decimal): -16024804 or 1866507. OLE color: 1866507.

HSL color Cylindrical-coordinate representation of color #0B7B1C: hue angle of 129.11º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B1C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1112328-
CMYK0.9100.770.52
HSL129.11º83.58%26.27%-
HSV(B)129.11º91.06%48.24%-
XYZ7.4314.323.47-
YUV78.6899.3979.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 123 (48.44% from 255) = 75.93%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=6.79%
G=75.93%
B=17.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11123280.9100.770.52129.1183.5826.27
HexB7B1C5B04D3481541a
Octal131733413301156420112432
Binary101111110111110010110110100110111010010000001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,28); }

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

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

 a { background-color: rgb(11,123,28); }

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

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

 span { border-color: rgb(11,123,28); }

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