Html Css Color HEX #001A05 Dark Green

📋 copy color: '#001A05'

red 0 ◦ green 26 ◦ blue 5

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

Shades of Dark Green #001A05

Tints of Dark Green #001A05

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 83.87%

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

R = 0%
G = 83.87%
B = 16.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.90

RGB Variations

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

Color information

#001A05 (or 0x001A05) is known color: Dark Green. HEX triplet: 00, 1A and 05. RGB value is (0,26,5). Sum of RGB (Red+Green+Blue) = 0+26+5=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #001A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A05 is #FFE5FA. Grayscale: #0F0F0F. Windows color (decimal): -16770555 or 334336. OLE color: 334336.

HSL color Cylindrical-coordinate representation of color #001A05: hue angle of 131.54º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A05 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 26 5 -
CMYK 1 0 0.81 0.90
HSL 131.54º 1% 0.05% -
HSV(B) 131.54º 1% 0.1% -
XYZ 0.4 0.75 0.27 -
YUV 15.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 0 26 5 1 0 0.81 0.90 131.54 1 0.05
Hex 0 1A 5 64 0 51 5A 84 64 5
Octal 0 32 5 144 0 121 132 204 144 5
Binary 0 11010 101 1100100 0 1010001 1011010 10000100 1100100 101

Color Harmonies of #001A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A05

Black with #001A05

Text Example


Text Example

White with #001A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A05; }

 p { color: rgb(0,26,5); }

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

background-color css

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

 a { background-color: rgb(0,26,5); }

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

border-color css

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

 span { border-color: rgb(0,26,5); }

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