Html Css Color HEX #01150D Dark Green

📋 copy color: '#01150D'

red 1 ◦ green 21 ◦ blue 13

#01150D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01150D

Tints of Dark Green #01150D

RGB

 RED value IS 1 (0.78% from 255) = 2.86%

 GREEN value IS 21 (8.59% from 255) = 60%

 BLUE value IS 13 (5.47% from 255) = 37.14%

R = 2.86%
G = 60%
B = 37.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#01150D (or 0x01150D) is known color: Dark Green. HEX triplet: 01, 15 and 0D. RGB value is (1,21,13). Sum of RGB (Red+Green+Blue) = 1+21+13=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #01150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150D is #FEEAF2. Grayscale: #0E0E0E. Windows color (decimal): -16706291 or 857345. OLE color: 857345.

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

Color convert

RGB 1 21 13 -
CMYK 0.95 0 0.38 0.92
HSL 156º 0.91% 0.04% -
HSV(B) 156º 0.95% 0.08% -
XYZ 0.35 0.57 0.47 -
YUV 14.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 1 21 13 0.95 0 0.38 0.92 156 0.91 0.04
Hex 1 15 D 5F 0 26 5C 9C 5B 4
Octal 1 25 15 137 0 46 134 234 133 4
Binary 1 10101 1101 1011111 0 100110 1011100 10011100 1011011 100

Color Harmonies of #01150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01150D

Black with #01150D

Text Example


Text Example

White with #01150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01150D;
 }
 .AnyTagClassName
 {
   color: #01150D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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