Html Css Color HEX #0A3029 Dark Green

📋 copy color: '#0A3029'

red 10 ◦ green 48 ◦ blue 41

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

Shades of Dark Green #0A3029

Tints of Dark Green #0A3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48.48%

 BLUE value IS 41 (16.41% from 255) = 41.41%

R = 10.1%
G = 48.48%
B = 41.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#0A3029 (or 0x0A3029) is known color: Dark Green. HEX triplet: 0A, 30 and 29. RGB value is (10,48,41). Sum of RGB (Red+Green+Blue) = 10+48+41=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3029 is #F5CFD6. Grayscale: #232323. Windows color (decimal): -16109527 or 2699274. OLE color: 2699274.

HSL color Cylindrical-coordinate representation of color #0A3029: hue angle of 168.95º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A3029 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 48 41 -
CMYK 0.79 0 0.15 0.81
HSL 168.95º 0.66% 0.11% -
HSV(B) 168.95º 0.79% 0.19% -
XYZ 1.58 2.34 2.47 -
YUV 35.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 10 48 41 0.79 0 0.15 0.81 168.95 0.66 0.11
Hex A 30 29 4F 0 F 51 A9 42 B
Octal 12 60 51 117 0 17 121 251 102 13
Binary 1010 110000 101001 1001111 0 1111 1010001 10101001 1000010 1011

Color Harmonies of #0A3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3029

Black with #0A3029

Text Example


Text Example

White with #0A3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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