Html Css Color HEX #0A291D Dark Green

📋 copy color: '#0A291D'

red 10 ◦ green 41 ◦ blue 29

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

Shades of Dark Green #0A291D

Tints of Dark Green #0A291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 12.5%
G = 51.25%
B = 36.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#0A291D (or 0x0A291D) is known color: Dark Green. HEX triplet: 0A, 29 and 1D. RGB value is (10,41,29). Sum of RGB (Red+Green+Blue) = 10+41+29=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #0A291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A291D is #F5D6E2. Grayscale: #1E1E1E. Windows color (decimal): -16111331 or 1911050. OLE color: 1911050.

HSL color Cylindrical-coordinate representation of color #0A291D: hue angle of 156.77º 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 #0A291D is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 10 41 29 -
CMYK 0.76 0 0.29 0.84
HSL 156.77º 0.61% 0.1% -
HSV(B) 156.77º 0.76% 0.16% -
XYZ 1.14 1.74 1.44 -
YUV 30.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 10 41 29 0.76 0 0.29 0.84 156.77 0.61 0.1
Hex A 29 1D 4C 0 1D 54 9D 3D A
Octal 12 51 35 114 0 35 124 235 75 12
Binary 1010 101001 11101 1001100 0 11101 1010100 10011101 111101 1010

Color Harmonies of #0A291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A291D

Black with #0A291D

Text Example


Text Example

White with #0A291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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