#0B301C

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

Shades of Dark Green #0B301C

Tints of Dark Green #0B301C

Color information

#0B301C (or 0x0B301C) is unknown color: approx Dark Green. HEX triplet: 0B, 30 and 1C. RGB value is (11,48,28). Sum of RGB (Red+Green+Blue) = 11+48+28=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0B301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B301C is #F4CFE3. Grayscale: #222222. Windows color (decimal): -16044004 or 1847307. OLE color: 1847307.

HSL color Cylindrical-coordinate representation of color #0B301C: hue angle of 147.57º 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 #0B301C is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB114828-
CMYK0.7700.420.81
HSL147.57º62.71%11.57%-
HSV(B)147.57º77.08%18.82%-
XYZ1.42.271.46-
YUV34.66124.24111.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.64%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=12.64%
G=55.17%
B=32.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148280.7700.420.81147.5762.7111.57
HexB301C4D02A51943fc
Octal1360341150521212247714
Binary101111000011100100110101010101010001100101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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