Html Css Color HEX #0A1411 Dark Green

📋 copy color: '#0A1411'

red 10 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #0A1411

Tints of Dark Green #0A1411

RGB

 RED value IS 10 (4.3% from 255) = 21.28%

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

 BLUE value IS 17 (7.03% from 255) = 36.17%

R = 21.28%
G = 42.55%
B = 36.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#0A1411 (or 0x0A1411) is known color: Dark Green. HEX triplet: 0A, 14 and 11. RGB value is (10,20,17). Sum of RGB (Red+Green+Blue) = 10+20+17=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1411 is #F5EBEE. Grayscale: #101010. Windows color (decimal): -16116719 or 1119242. OLE color: 1119242.

HSL color Cylindrical-coordinate representation of color #0A1411: hue angle of 162º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1411 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 20 17 -
CMYK 0.50 0 0.15 0.92
HSL 162º 0.33% 0.06% -
HSV(B) 162º 0.5% 0.08% -
XYZ 0.48 0.61 0.62 -
YUV 16.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 10 20 17 0.50 0 0.15 0.92 162 0.33 0.06
Hex A 14 11 32 0 F 5C A2 21 6
Octal 12 24 21 62 0 17 134 242 41 6
Binary 1010 10100 10001 110010 0 1111 1011100 10100010 100001 110

Color Harmonies of #0A1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1411

Black with #0A1411

Text Example


Text Example

White with #0A1411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1411; }

 p { color: rgb(10,20,17); }

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

background-color css

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

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

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

border-color css

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

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

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