Html Css Color HEX #0A312B Dark Green

📋 copy color: '#0A312B'

red 10 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #0A312B

Tints of Dark Green #0A312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 48.04%

 BLUE value IS 43 (17.19% from 255) = 42.16%

R = 9.8%
G = 48.04%
B = 42.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#0A312B (or 0x0A312B) is known color: Dark Green. HEX triplet: 0A, 31 and 2B. RGB value is (10,49,43). Sum of RGB (Red+Green+Blue) = 10+49+43=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #0A312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A312B is #F5CED4. Grayscale: #242424. Windows color (decimal): -16109269 or 2830602. OLE color: 2830602.

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

Color convert

RGB 10 49 43 -
CMYK 0.80 0 0.12 0.81
HSL 170.77º 0.66% 0.12% -
HSV(B) 170.77º 0.8% 0.19% -
XYZ 1.66 2.44 2.67 -
YUV 36.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 10 49 43 0.80 0 0.12 0.81 170.77 0.66 0.12
Hex A 31 2B 50 0 C 51 AB 42 C
Octal 12 61 53 120 0 14 121 253 102 14
Binary 1010 110001 101011 1010000 0 1100 1010001 10101011 1000010 1100

Color Harmonies of #0A312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A312B

Black with #0A312B

Text Example


Text Example

White with #0A312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,49,43); }

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

background-color css

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

 a { background-color: rgb(10,49,43); }

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

border-color css

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

 span { border-color: rgb(10,49,43); }

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