Html Css Color HEX #0A2616 Dark Green

📋 copy color: '#0A2616'

red 10 ◦ green 38 ◦ blue 22

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

Shades of Dark Green #0A2616

Tints of Dark Green #0A2616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 14.29%
G = 54.29%
B = 31.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#0A2616 (or 0x0A2616) is known color: Dark Green. HEX triplet: 0A, 26 and 16. RGB value is (10,38,22). Sum of RGB (Red+Green+Blue) = 10+38+22=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2616 is #F5D9E9. Grayscale: #1B1B1B. Windows color (decimal): -16112106 or 1451530. OLE color: 1451530.

HSL color Cylindrical-coordinate representation of color #0A2616: hue angle of 145.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 #0A2616 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 38 22 -
CMYK 0.74 0 0.42 0.85
HSL 145.71º 0.58% 0.09% -
HSV(B) 145.71º 0.74% 0.15% -
XYZ 0.96 1.51 1 -
YUV 27.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 10 38 22 0.74 0 0.42 0.85 145.71 0.58 0.09
Hex A 26 16 4A 0 2A 55 92 3A 9
Octal 12 46 26 112 0 52 125 222 72 11
Binary 1010 100110 10110 1001010 0 101010 1010101 10010010 111010 1001

Color Harmonies of #0A2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2616

Black with #0A2616

Text Example


Text Example

White with #0A2616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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