#0B7002

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

Shades of Green #0B7002

Tints of Green #0B7002

Color information

#0B7002 (or 0x0B7002) is unknown color: approx Green. HEX triplet: 0B, 70 and 02. RGB value is (11,112,2). Sum of RGB (Red+Green+Blue) = 11+112+2=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 112 (44.14% from 255 or 89.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7002 is #F48FFD. Grayscale: #454545. Windows color (decimal): -16027646 or 159755. OLE color: 159755.

HSL color Cylindrical-coordinate representation of color #0B7002: hue angle of 115.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B7002 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB111122-
CMYK0.9000.980.56
HSL115.09º96.49%22.35%-
HSV(B)115.09º98.21%43.92%-
XYZ5.9411.662-
YUV69.2690.0486.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 112 (44.14% from 255) = 89.6%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=8.8%
G=89.6%
B=1.6%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111220.9000.980.56115.0996.4922.35
HexB7025A06238736016
Octal13160213201427016314026
Binary10111110000101011010011000101110001110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,112,2); }

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

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

 a { background-color: rgb(11,112,2); }

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

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

 span { border-color: rgb(11,112,2); }

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