Html Css Color HEX #0A2619 Dark Green

📋 copy color: '#0A2619'

red 10 ◦ green 38 ◦ blue 25

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

Shades of Dark Green #0A2619

Tints of Dark Green #0A2619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 34.25%

R = 13.7%
G = 52.05%
B = 34.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.85

RGB Variations

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

Color information

#0A2619 (or 0x0A2619) is known color: Dark Green. HEX triplet: 0A, 26 and 19. RGB value is (10,38,25). Sum of RGB (Red+Green+Blue) = 10+38+25=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2619 is #F5D9E6. Grayscale: #1C1C1C. Windows color (decimal): -16112103 or 1648138. OLE color: 1648138.

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

Color convert

RGB 10 38 25 -
CMYK 0.74 0 0.34 0.85
HSL 152.14º 0.58% 0.09% -
HSV(B) 152.14º 0.74% 0.15% -
XYZ 0.99 1.52 1.16 -
YUV 28.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 10 38 25 0.74 0 0.34 0.85 152.14 0.58 0.09
Hex A 26 19 4A 0 22 55 98 3A 9
Octal 12 46 31 112 0 42 125 230 72 11
Binary 1010 100110 11001 1001010 0 100010 1010101 10011000 111010 1001

Color Harmonies of #0A2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2619

Black with #0A2619

Text Example


Text Example

White with #0A2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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