Html Css Color HEX #0A261D Dark Green

📋 copy color: '#0A261D'

red 10 ◦ green 38 ◦ blue 29

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

Shades of Dark Green #0A261D

Tints of Dark Green #0A261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 49.35%

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

R = 12.99%
G = 49.35%
B = 37.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#0A261D (or 0x0A261D) is known color: Dark Green. HEX triplet: 0A, 26 and 1D. RGB value is (10,38,29). Sum of RGB (Red+Green+Blue) = 10+38+29=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #0A261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A261D is #F5D9E2. Grayscale: #1C1C1C. Windows color (decimal): -16112099 or 1910282. OLE color: 1910282.

HSL color Cylindrical-coordinate representation of color #0A261D: hue angle of 160.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A261D is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 38 29 -
CMYK 0.74 0 0.24 0.85
HSL 160.71º 0.58% 0.09% -
HSV(B) 160.71º 0.74% 0.15% -
XYZ 1.04 1.54 1.4 -
YUV 28.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 10 38 29 0.74 0 0.24 0.85 160.71 0.58 0.09
Hex A 26 1D 4A 0 18 55 A1 3A 9
Octal 12 46 35 112 0 30 125 241 72 11
Binary 1010 100110 11101 1001010 0 11000 1010101 10100001 111010 1001

Color Harmonies of #0A261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A261D

Black with #0A261D

Text Example


Text Example

White with #0A261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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