Html Css Color HEX #0A1717 Dark Green

📋 copy color: '#0A1717'

red 10 ◦ green 23 ◦ blue 23

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

Shades of Dark Green #0A1717

Tints of Dark Green #0A1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 41.07%

 BLUE value IS 23 (9.38% from 255) = 41.07%

R = 17.86%
G = 41.07%
B = 41.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1717 (or 0x0A1717) is known color: Dark Green. HEX triplet: 0A, 17 and 17. RGB value is (10,23,23). Sum of RGB (Red+Green+Blue) = 10+23+23=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: green, blue. Hex color #0A1717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1717 is #F5E8E8. Grayscale: #131313. Windows color (decimal): -16115945 or 1513226. OLE color: 1513226.

HSL color Cylindrical-coordinate representation of color #0A1717: hue angle of 180º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1717 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 23 23 -
CMYK 0.57 0 0 0.91
HSL 180º 0.39% 0.06% -
HSV(B) 180º 0.57% 0.09% -
XYZ 0.59 0.74 0.92 -
YUV 19.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 10 23 23 0.57 0 0 0.91 180 0.39 0.06
Hex A 17 17 39 0 0 5B B4 27 6
Octal 12 27 27 71 0 0 133 264 47 6
Binary 1010 10111 10111 111001 0 0 1011011 10110100 100111 110

Color Harmonies of #0A1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1717

Black with #0A1717

Text Example


Text Example

White with #0A1717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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