#0B301D

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

Shades of Dark Green #0B301D

Tints of Dark Green #0B301D

Color information

#0B301D (or 0x0B301D) is unknown color: approx Dark Green. HEX triplet: 0B, 30 and 1D. RGB value is (11,48,29). Sum of RGB (Red+Green+Blue) = 11+48+29=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #0B301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B301D is #F4CFE2. Grayscale: #222222. Windows color (decimal): -16044003 or 1912843. OLE color: 1912843.

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

Color convert

RGB114829-
CMYK0.7700.400.81
HSL149.19º62.71%11.57%-
HSV(B)149.19º77.08%18.82%-
XYZ1.422.271.53-
YUV34.77124.74111.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.5%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=12.5%
G=54.55%
B=32.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148290.7700.400.81149.1962.7111.57
HexB301D4D02851953fc
Octal1360351150501212257714
Binary101111000011101100110101010001010001100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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