Html Css Color HEX #0A1310 Dark Green

📋 copy color: '#0A1310'

red 10 ◦ green 19 ◦ blue 16

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

Shades of Dark Green #0A1310

Tints of Dark Green #0A1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 42.22%

 BLUE value IS 16 (6.64% from 255) = 35.56%

R = 22.22%
G = 42.22%
B = 35.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#0A1310 (or 0x0A1310) is known color: Dark Green. HEX triplet: 0A, 13 and 10. RGB value is (10,19,16). Sum of RGB (Red+Green+Blue) = 10+19+16=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1310 is #F5ECEF. Grayscale: #0F0F0F. Windows color (decimal): -16116976 or 1053450. OLE color: 1053450.

HSL color Cylindrical-coordinate representation of color #0A1310: hue angle of 160º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1310 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 19 16 -
CMYK 0.47 0 0.16 0.93
HSL 160º 0.31% 0.06% -
HSV(B) 160º 0.47% 0.07% -
XYZ 0.45 0.57 0.58 -
YUV 15.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 10 19 16 0.47 0 0.16 0.93 160 0.31 0.06
Hex A 13 10 2F 0 10 5D A0 1F 6
Octal 12 23 20 57 0 20 135 240 37 6
Binary 1010 10011 10000 101111 0 10000 1011101 10100000 11111 110

Color Harmonies of #0A1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1310

Black with #0A1310

Text Example


Text Example

White with #0A1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,16); }

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

background-color css

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

 a { background-color: rgb(10,19,16); }

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

border-color css

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

 span { border-color: rgb(10,19,16); }

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