Html Css Color HEX #0A1C1A Dark Green

📋 copy color: '#0A1C1A'

red 10 ◦ green 28 ◦ blue 26

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

Shades of Dark Green #0A1C1A

Tints of Dark Green #0A1C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40.63%

R = 15.63%
G = 43.75%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#0A1C1A (or 0x0A1C1A) is known color: Dark Green. HEX triplet: 0A, 1C and 1A. RGB value is (10,28,26). Sum of RGB (Red+Green+Blue) = 10+28+26=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C1A is #F5E3E5. Grayscale: #161616. Windows color (decimal): -16114662 or 1711114. OLE color: 1711114.

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

Color convert

RGB 10 28 26 -
CMYK 0.64 0 0.07 0.89
HSL 173.33º 0.47% 0.07% -
HSV(B) 173.33º 0.64% 0.11% -
XYZ 0.73 0.97 1.13 -
YUV 22.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 10 28 26 0.64 0 0.07 0.89 173.33 0.47 0.07
Hex A 1C 1A 40 0 7 59 AD 2F 7
Octal 12 34 32 100 0 7 131 255 57 7
Binary 1010 11100 11010 1000000 0 111 1011001 10101101 101111 111

Color Harmonies of #0A1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C1A

Black with #0A1C1A

Text Example


Text Example

White with #0A1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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