Html Css Color HEX #001410 Dark Green

📋 copy color: '#001410'

red 0 ◦ green 20 ◦ blue 16

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

Shades of Dark Green #001410

Tints of Dark Green #001410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 44.44%

R = 0%
G = 55.56%
B = 44.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#001410 (or 0x001410) is known color: Dark Green. HEX triplet: 00, 14 and 10. RGB value is (0,20,16). Sum of RGB (Red+Green+Blue) = 0+20+16=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #001410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001410 is #FFEBEF. Grayscale: #0D0D0D. Windows color (decimal): -16772080 or 1053696. OLE color: 1053696.

HSL color Cylindrical-coordinate representation of color #001410: hue angle of 168º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001410 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 20 16 -
CMYK 1 0 0.20 0.92
HSL 168º 1% 0.04% -
HSV(B) 168º 1% 0.08% -
XYZ 0.34 0.54 0.58 -
YUV 13.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 0 20 16 1 0 0.20 0.92 168 1 0.04
Hex 0 14 10 64 0 14 5C A8 64 4
Octal 0 24 20 144 0 24 134 250 144 4
Binary 0 10100 10000 1100100 0 10100 1011100 10101000 1100100 100

Color Harmonies of #001410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001410

Black with #001410

Text Example


Text Example

White with #001410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001410; }

 p { color: rgb(0,20,16); }

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

background-color css

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

 a { background-color: rgb(0,20,16); }

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

border-color css

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

 span { border-color: rgb(0,20,16); }

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