Html Css Color HEX #0A2713 Deep Fir

📋 copy color: '#0A2713'

red 10 ◦ green 39 ◦ blue 19

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

Shades of Deep Fir #0A2713

Tints of Deep Fir #0A2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 57.35%

 BLUE value IS 19 (7.81% from 255) = 27.94%

R = 14.71%
G = 57.35%
B = 27.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#0A2713 (or 0x0A2713) is known color: Deep Fir. HEX triplet: 0A, 27 and 13. RGB value is (10,39,19). Sum of RGB (Red+Green+Blue) = 10+39+19=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2713 is #F5D8EC. Grayscale: #1C1C1C. Windows color (decimal): -16111853 or 1255178. OLE color: 1255178.

HSL color Cylindrical-coordinate representation of color #0A2713: hue angle of 138.62º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2713 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 39 19 -
CMYK 0.74 0 0.51 0.85
HSL 138.62º 0.59% 0.1% -
HSV(B) 138.62º 0.74% 0.15% -
XYZ 0.97 1.56 0.87 -
YUV 28.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 10 39 19 0.74 0 0.51 0.85 138.62 0.59 0.1
Hex A 27 13 4A 0 33 55 8B 3B A
Octal 12 47 23 112 0 63 125 213 73 12
Binary 1010 100111 10011 1001010 0 110011 1010101 10001011 111011 1010

Color Harmonies of #0A2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2713

Black with #0A2713

Text Example


Text Example

White with #0A2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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