Html Css Color HEX #010A0A Dark Green

📋 copy color: '#010A0A'

red 1 ◦ green 10 ◦ blue 10

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

Shades of Dark Green #010A0A

Tints of Dark Green #010A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 47.62%

 BLUE value IS 10 (4.3% from 255) = 47.62%

R = 4.76%
G = 47.62%
B = 47.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#010A0A (or 0x010A0A) is known color: Dark Green. HEX triplet: 01, 0A and 0A. RGB value is (1,10,10). Sum of RGB (Red+Green+Blue) = 1+10+10=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #010A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A0A is #FEF5F5. Grayscale: #070707. Windows color (decimal): -16709110 or 657921. OLE color: 657921.

HSL color Cylindrical-coordinate representation of color #010A0A: hue angle of 180º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A0A is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 10 10 -
CMYK 0.90 0 0 0.96
HSL 180º 0.82% 0.02% -
HSV(B) 180º 0.9% 0.04% -
XYZ 0.18 0.25 0.33 -
YUV 7.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 1 10 10 0.90 0 0 0.96 180 0.82 0.02
Hex 1 A A 5A 0 0 60 B4 52 2
Octal 1 12 12 132 0 0 140 264 122 2
Binary 1 1010 1010 1011010 0 0 1100000 10110100 1010010 10

Color Harmonies of #010A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A0A

Black with #010A0A

Text Example


Text Example

White with #010A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A0A; }

 p { color: rgb(1,10,10); }

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

background-color css

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

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

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

border-color css

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

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

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