Html Css Color HEX #0A1C18 Dark Green

📋 copy color: '#0A1C18'

red 10 ◦ green 28 ◦ blue 24

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

Shades of Dark Green #0A1C18

Tints of Dark Green #0A1C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 16.13%
G = 45.16%
B = 38.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#0A1C18 (or 0x0A1C18) is known color: Dark Green. HEX triplet: 0A, 1C and 18. RGB value is (10,28,24). Sum of RGB (Red+Green+Blue) = 10+28+24=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C18 is #F5E3E7. Grayscale: #161616. Windows color (decimal): -16114664 or 1580042. OLE color: 1580042.

HSL color Cylindrical-coordinate representation of color #0A1C18: hue angle of 166.67º 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 #0A1C18 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 28 24 -
CMYK 0.64 0 0.14 0.89
HSL 166.67º 0.47% 0.07% -
HSV(B) 166.67º 0.64% 0.11% -
XYZ 0.71 0.96 1.01 -
YUV 22.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 10 28 24 0.64 0 0.14 0.89 166.67 0.47 0.07
Hex A 1C 18 40 0 E 59 A7 2F 7
Octal 12 34 30 100 0 16 131 247 57 7
Binary 1010 11100 11000 1000000 0 1110 1011001 10100111 101111 111

Color Harmonies of #0A1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C18

Black with #0A1C18

Text Example


Text Example

White with #0A1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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