Html Css Color HEX #001A0C Dark Green

📋 copy color: '#001A0C'

red 0 ◦ green 26 ◦ blue 12

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

Shades of Dark Green #001A0C

Tints of Dark Green #001A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 31.58%

R = 0%
G = 68.42%
B = 31.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.90

RGB Variations

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

Color information

#001A0C (or 0x001A0C) is known color: Dark Green. HEX triplet: 00, 1A and 0C. RGB value is (0,26,12). Sum of RGB (Red+Green+Blue) = 0+26+12=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #001A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A0C is #FFE5F3. Grayscale: #101010. Windows color (decimal): -16770548 or 793088. OLE color: 793088.

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

Color convert

RGB 0 26 12 -
CMYK 1 0 0.54 0.90
HSL 147.69º 1% 0.05% -
HSV(B) 147.69º 1% 0.1% -
XYZ 0.44 0.77 0.47 -
YUV 16.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 0 26 12 1 0 0.54 0.90 147.69 1 0.05
Hex 0 1A C 64 0 36 5A 94 64 5
Octal 0 32 14 144 0 66 132 224 144 5
Binary 0 11010 1100 1100100 0 110110 1011010 10010100 1100100 101

Color Harmonies of #001A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A0C

Black with #001A0C

Text Example


Text Example

White with #001A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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