Html Css Color HEX #0A291A Dark Green

📋 copy color: '#0A291A'

red 10 ◦ green 41 ◦ blue 26

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

Shades of Dark Green #0A291A

Tints of Dark Green #0A291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 53.25%

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

R = 12.99%
G = 53.25%
B = 33.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#0A291A (or 0x0A291A) is known color: Dark Green. HEX triplet: 0A, 29 and 1A. RGB value is (10,41,26). Sum of RGB (Red+Green+Blue) = 10+41+26=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #0A291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A291A is #F5D6E5. Grayscale: #1E1E1E. Windows color (decimal): -16111334 or 1714442. OLE color: 1714442.

HSL color Cylindrical-coordinate representation of color #0A291A: hue angle of 150.97º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A291A is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB 10 41 26 -
CMYK 0.76 0 0.37 0.84
HSL 150.97º 0.61% 0.1% -
HSV(B) 150.97º 0.76% 0.16% -
XYZ 1.1 1.72 1.25 -
YUV 30.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 10 41 26 0.76 0 0.37 0.84 150.97 0.61 0.1
Hex A 29 1A 4C 0 25 54 97 3D A
Octal 12 51 32 114 0 45 124 227 75 12
Binary 1010 101001 11010 1001100 0 100101 1010100 10010111 111101 1010

Color Harmonies of #0A291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A291A

Black with #0A291A

Text Example


Text Example

White with #0A291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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