#0B302B

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

Shades of Dark Green #0B302B

Tints of Dark Green #0B302B

Color information

#0B302B (or 0x0B302B) is unknown color: approx Dark Green. HEX triplet: 0B, 30 and 2B. RGB value is (11,48,43). Sum of RGB (Red+Green+Blue) = 11+48+43=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #0B302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B302B is #F4CFD4. Grayscale: #242424. Windows color (decimal): -16043989 or 2830347. OLE color: 2830347.

HSL color Cylindrical-coordinate representation of color #0B302B: hue angle of 171.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B302B is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB114843-
CMYK0.7700.100.81
HSL171.89º62.71%11.57%-
HSV(B)171.89º77.08%18.82%-
XYZ1.632.362.65-
YUV36.37131.74109.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.78%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=10.78%
G=47.06%
B=42.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148430.7700.100.81171.8962.7111.57
HexB302B4D0A51ac3fc
Octal1360531150121212547714
Binary10111100001010111001101010101010001101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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