Html Css Color HEX #0A130F Dark Green

📋 copy color: '#0A130F'

red 10 ◦ green 19 ◦ blue 15

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

Shades of Dark Green #0A130F

Tints of Dark Green #0A130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 34.09%

R = 22.73%
G = 43.18%
B = 34.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#0A130F (or 0x0A130F) is known color: Dark Green. HEX triplet: 0A, 13 and 0F. RGB value is (10,19,15). Sum of RGB (Red+Green+Blue) = 10+19+15=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130F is #F5ECF0. Grayscale: #0F0F0F. Windows color (decimal): -16116977 or 987914. OLE color: 987914.

HSL color Cylindrical-coordinate representation of color #0A130F: hue angle of 153.33º 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 #0A130F is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 19 15 -
CMYK 0.47 0 0.21 0.93
HSL 153.33º 0.31% 0.06% -
HSV(B) 153.33º 0.47% 0.07% -
XYZ 0.44 0.56 0.54 -
YUV 15.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 10 19 15 0.47 0 0.21 0.93 153.33 0.31 0.06
Hex A 13 F 2F 0 15 5D 99 1F 6
Octal 12 23 17 57 0 25 135 231 37 6
Binary 1010 10011 1111 101111 0 10101 1011101 10011001 11111 110

Color Harmonies of #0A130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A130F

Black with #0A130F

Text Example


Text Example

White with #0A130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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