Html Css Color HEX #0A491E Deep Fir

📋 copy color: '#0A491E'

red 10 ◦ green 73 ◦ blue 30

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

Shades of Deep Fir #0A491E

Tints of Deep Fir #0A491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.6%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 8.85%
G = 64.6%
B = 26.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#0A491E (or 0x0A491E) is known color: Deep Fir. HEX triplet: 0A, 49 and 1E. RGB value is (10,73,30). Sum of RGB (Red+Green+Blue) = 10+73+30=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #0A491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A491E is #F5B6E1. Grayscale: #313131. Windows color (decimal): -16103138 or 1984778. OLE color: 1984778.

HSL color Cylindrical-coordinate representation of color #0A491E: hue angle of 139.05º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A491E is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 73 30 -
CMYK 0.86 0 0.59 0.71
HSL 139.05º 0.76% 0.16% -
HSV(B) 139.05º 0.86% 0.29% -
XYZ 2.74 4.92 2.03 -
YUV 49.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 10 73 30 0.86 0 0.59 0.71 139.05 0.76 0.16
Hex A 49 1E 56 0 3B 47 8B 4C 10
Octal 12 111 36 126 0 73 107 213 114 20
Binary 1010 1001001 11110 1010110 0 111011 1000111 10001011 1001100 10000

Color Harmonies of #0A491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A491E

Black with #0A491E

Text Example


Text Example

White with #0A491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,73,30); }

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

background-color css

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

 a { background-color: rgb(10,73,30); }

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

border-color css

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

 span { border-color: rgb(10,73,30); }

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