Html Css Color HEX #0A321F Dark Green

📋 copy color: '#0A321F'

red 10 ◦ green 50 ◦ blue 31

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

Shades of Dark Green #0A321F

Tints of Dark Green #0A321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.07%

R = 10.99%
G = 54.95%
B = 34.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#0A321F (or 0x0A321F) is known color: Dark Green. HEX triplet: 0A, 32 and 1F. RGB value is (10,50,31). Sum of RGB (Red+Green+Blue) = 10+50+31=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #0A321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A321F is #F5CDE0. Grayscale: #232323. Windows color (decimal): -16109025 or 2044426. OLE color: 2044426.

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

Color convert

RGB 10 50 31 -
CMYK 0.80 0 0.38 0.80
HSL 151.5º 0.67% 0.12% -
HSV(B) 151.5º 0.8% 0.2% -
XYZ 1.51 2.44 1.69 -
YUV 35.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 10 50 31 0.80 0 0.38 0.80 151.5 0.67 0.12
Hex A 32 1F 50 0 26 50 98 43 C
Octal 12 62 37 120 0 46 120 230 103 14
Binary 1010 110010 11111 1010000 0 100110 1010000 10011000 1000011 1100

Color Harmonies of #0A321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A321F

Black with #0A321F

Text Example


Text Example

White with #0A321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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