Html Css Color HEX #011405 Dark Green

📋 copy color: '#011405'

red 1 ◦ green 20 ◦ blue 5

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

Shades of Dark Green #011405

Tints of Dark Green #011405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 76.92%

 BLUE value IS 5 (2.34% from 255) = 19.23%

R = 3.85%
G = 76.92%
B = 19.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#011405 (or 0x011405) is known color: Dark Green. HEX triplet: 01, 14 and 05. RGB value is (1,20,5). Sum of RGB (Red+Green+Blue) = 1+20+5=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #011405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011405 is #FEEBFA. Grayscale: #0C0C0C. Windows color (decimal): -16706555 or 332801. OLE color: 332801.

HSL color Cylindrical-coordinate representation of color #011405: hue angle of 132.63º degrees, saturation: 0.9, 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 #011405 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 5 -
CMYK 0.95 0 0.75 0.92
HSL 132.63º 0.9% 0.04% -
HSV(B) 132.63º 0.95% 0.08% -
XYZ 0.29 0.52 0.23 -
YUV 12.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 1 20 5 0.95 0 0.75 0.92 132.63 0.9 0.04
Hex 1 14 5 5F 0 4B 5C 85 5A 4
Octal 1 24 5 137 0 113 134 205 132 4
Binary 1 10100 101 1011111 0 1001011 1011100 10000101 1011010 100

Color Harmonies of #011405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011405

Black with #011405

Text Example


Text Example

White with #011405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011405; }

 p { color: rgb(1,20,5); }

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

background-color css

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

 a { background-color: rgb(1,20,5); }

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

border-color css

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

 span { border-color: rgb(1,20,5); }

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