Html Css Color HEX #0A322A Dark Green

📋 copy color: '#0A322A'

red 10 ◦ green 50 ◦ blue 42

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

Shades of Dark Green #0A322A

Tints of Dark Green #0A322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 41.18%

R = 9.8%
G = 49.02%
B = 41.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#0A322A (or 0x0A322A) is known color: Dark Green. HEX triplet: 0A, 32 and 2A. RGB value is (10,50,42). Sum of RGB (Red+Green+Blue) = 10+50+42=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #0A322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A322A is #F5CDD5. Grayscale: #252525. Windows color (decimal): -16109014 or 2765322. OLE color: 2765322.

HSL color Cylindrical-coordinate representation of color #0A322A: hue angle of 168º 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 #0A322A is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 50 42 -
CMYK 0.80 0 0.16 0.80
HSL 168º 0.67% 0.12% -
HSV(B) 168º 0.8% 0.2% -
XYZ 1.68 2.51 2.59 -
YUV 37.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 10 50 42 0.80 0 0.16 0.80 168 0.67 0.12
Hex A 32 2A 50 0 10 50 A8 43 C
Octal 12 62 52 120 0 20 120 250 103 14
Binary 1010 110010 101010 1010000 0 10000 1010000 10101000 1000011 1100

Color Harmonies of #0A322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A322A

Black with #0A322A

Text Example


Text Example

White with #0A322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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