Html Css Color HEX #001A15 Dark Green

📋 copy color: '#001A15'

red 0 ◦ green 26 ◦ blue 21

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

Shades of Dark Green #001A15

Tints of Dark Green #001A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 0%
G = 55.32%
B = 44.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#001A15 (or 0x001A15) is known color: Dark Green. HEX triplet: 00, 1A and 15. RGB value is (0,26,21). Sum of RGB (Red+Green+Blue) = 0+26+21=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #001A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A15 is #FFE5EA. Grayscale: #111111. Windows color (decimal): -16770539 or 1382912. OLE color: 1382912.

HSL color Cylindrical-coordinate representation of color #001A15: hue angle of 168.46º 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 #001A15 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 26 21 -
CMYK 1 0 0.19 0.90
HSL 168.46º 1% 0.05% -
HSV(B) 168.46º 1% 0.1% -
XYZ 0.5 0.79 0.84 -
YUV 17.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 0 26 21 1 0 0.19 0.90 168.46 1 0.05
Hex 0 1A 15 64 0 13 5A A8 64 5
Octal 0 32 25 144 0 23 132 250 144 5
Binary 0 11010 10101 1100100 0 10011 1011010 10101000 1100100 101

Color Harmonies of #001A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A15

Black with #001A15

Text Example


Text Example

White with #001A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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