#01150B

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

Shades of Dark Green #01150B

Tints of Dark Green #01150B

Color information

#01150B (or 0x01150B) is unknown color: approx Dark Green. HEX triplet: 01, 15 and 0B. RGB value is (1,21,11). Sum of RGB (Red+Green+Blue) = 1+21+11=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 21 (8.59% from 255 or 63.64% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 21 - color contains mainly: green. Hex color #01150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150B is #FEEAF4. Grayscale: #0D0D0D. Windows color (decimal): -16706293 or 726273. OLE color: 726273.

HSL color Cylindrical-coordinate representation of color #01150B: hue angle of 150º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01150B is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB12111-
CMYK0.9500.480.92
HSL150º90.91%4.31%-
HSV(B)150º95.24%8.24%-
XYZ0.340.570.41-
YUV13.88126.37118.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 21 (8.59% from 255) = 63.64%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=3.03%
G=63.64%
B=33.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal121110.9500.480.9215090.914.31
Hex115B5F0305C965b4
Octal125131370601342261334
Binary1101011011101111101100001011100100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01150B; }

 p { color: rgb(1,21,11); }

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

<style>
 a { background-color: #01150B; }

 a { background-color: rgb(1,21,11); }

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

<style>
 span { border-color: #01150B; }

 span { border-color: rgb(1,21,11); }

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