Html Css Color HEX #01150E Dark Green

📋 copy color: '#01150E'

red 1 ◦ green 21 ◦ blue 14

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

Shades of Dark Green #01150E

Tints of Dark Green #01150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 38.89%

R = 2.78%
G = 58.33%
B = 38.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#01150E (or 0x01150E) is known color: Dark Green. HEX triplet: 01, 15 and 0E. RGB value is (1,21,14). Sum of RGB (Red+Green+Blue) = 1+21+14=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #01150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150E is #FEEAF1. Grayscale: #0E0E0E. Windows color (decimal): -16706290 or 922881. OLE color: 922881.

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

Color convert

RGB 1 21 14 -
CMYK 0.95 0 0.33 0.92
HSL 159º 0.91% 0.04% -
HSV(B) 159º 0.95% 0.08% -
XYZ 0.36 0.57 0.51 -
YUV 14.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 1 21 14 0.95 0 0.33 0.92 159 0.91 0.04
Hex 1 15 E 5F 0 21 5C 9F 5B 4
Octal 1 25 16 137 0 41 134 237 133 4
Binary 1 10101 1110 1011111 0 100001 1011100 10011111 1011011 100

Color Harmonies of #01150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01150E

Black with #01150E

Text Example


Text Example

White with #01150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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