Html Css Color HEX #0A1C17 Dark Green

📋 copy color: '#0A1C17'

red 10 ◦ green 28 ◦ blue 23

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

Shades of Dark Green #0A1C17

Tints of Dark Green #0A1C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 45.9%

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

R = 16.39%
G = 45.9%
B = 37.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#0A1C17 (or 0x0A1C17) is known color: Dark Green. HEX triplet: 0A, 1C and 17. RGB value is (10,28,23). Sum of RGB (Red+Green+Blue) = 10+28+23=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C17 is #F5E3E8. Grayscale: #161616. Windows color (decimal): -16114665 or 1514506. OLE color: 1514506.

HSL color Cylindrical-coordinate representation of color #0A1C17: hue angle of 163.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A1C17 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 28 23 -
CMYK 0.64 0 0.18 0.89
HSL 163.33º 0.47% 0.07% -
HSV(B) 163.33º 0.64% 0.11% -
XYZ 0.7 0.96 0.96 -
YUV 22.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 10 28 23 0.64 0 0.18 0.89 163.33 0.47 0.07
Hex A 1C 17 40 0 12 59 A3 2F 7
Octal 12 34 27 100 0 22 131 243 57 7
Binary 1010 11100 10111 1000000 0 10010 1011001 10100011 101111 111

Color Harmonies of #0A1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C17

Black with #0A1C17

Text Example


Text Example

White with #0A1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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