#01150A

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

Shades of Dark Green #01150A

Tints of Dark Green #01150A

Color information

#01150A (or 0x01150A) is unknown color: approx Dark Green. HEX triplet: 01, 15 and 0A. RGB value is (1,21,10). Sum of RGB (Red+Green+Blue) = 1+21+10=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #01150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150A is #FEEAF5. Grayscale: #0D0D0D. Windows color (decimal): -16706294 or 660737. OLE color: 660737.

HSL color Cylindrical-coordinate representation of color #01150A: hue angle of 147º 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 #01150A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB12110-
CMYK0.9500.520.92
HSL147º90.91%4.31%-
HSV(B)147º95.24%8.24%-
XYZ0.340.560.38-
YUV13.77125.87118.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 21 (8.59% from 255) = 65.62%
BLUE value IS 10 (4.30% from 255) = 31.25%
R=3.12%
G=65.62%
B=31.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal121100.9500.520.9214790.914.31
Hex115A5F0345C935b4
Octal125121370641342231334
Binary1101011010101111101101001011100100100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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