Html Css Color HEX #0A3229 Dark Green

📋 copy color: '#0A3229'

red 10 ◦ green 50 ◦ blue 41

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

Shades of Dark Green #0A3229

Tints of Dark Green #0A3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.5%

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

R = 9.9%
G = 49.5%
B = 40.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#0A3229 (or 0x0A3229) is known color: Dark Green. HEX triplet: 0A, 32 and 29. RGB value is (10,50,41). Sum of RGB (Red+Green+Blue) = 10+50+41=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3229 is #F5CDD6. Grayscale: #252525. Windows color (decimal): -16109015 or 2699786. OLE color: 2699786.

HSL color Cylindrical-coordinate representation of color #0A3229: hue angle of 166.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3229 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 50 41 -
CMYK 0.80 0 0.18 0.80
HSL 166.5º 0.67% 0.12% -
HSV(B) 166.5º 0.8% 0.2% -
XYZ 1.67 2.51 2.49 -
YUV 37.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 10 50 41 0.80 0 0.18 0.80 166.5 0.67 0.12
Hex A 32 29 50 0 12 50 A6 43 C
Octal 12 62 51 120 0 22 120 246 103 14
Binary 1010 110010 101001 1010000 0 10010 1010000 10100110 1000011 1100

Color Harmonies of #0A3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3229

Black with #0A3229

Text Example


Text Example

White with #0A3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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