Html Css Color HEX #0A3A13 Deep Fir

📋 copy color: '#0A3A13'

red 10 ◦ green 58 ◦ blue 19

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

Shades of Deep Fir #0A3A13

Tints of Deep Fir #0A3A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 66.67%

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

R = 11.49%
G = 66.67%
B = 21.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#0A3A13 (or 0x0A3A13) is known color: Deep Fir. HEX triplet: 0A, 3A and 13. RGB value is (10,58,19). Sum of RGB (Red+Green+Blue) = 10+58+19=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 58 (23.05% from 255 or 66.67% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3A13 is #F5C5EC. Grayscale: #272727. Windows color (decimal): -16106989 or 1260042. OLE color: 1260042.

HSL color Cylindrical-coordinate representation of color #0A3A13: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3A13 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 58 19 -
CMYK 0.83 0 0.67 0.77
HSL 131.25º 0.71% 0.13% -
HSV(B) 131.25º 0.83% 0.23% -
XYZ 1.76 3.14 1.13 -
YUV 39.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 10 58 19 0.83 0 0.67 0.77 131.25 0.71 0.13
Hex A 3A 13 53 0 43 4D 83 47 D
Octal 12 72 23 123 0 103 115 203 107 15
Binary 1010 111010 10011 1010011 0 1000011 1001101 10000011 1000111 1101

Color Harmonies of #0A3A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3A13

Black with #0A3A13

Text Example


Text Example

White with #0A3A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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