Html Css Color HEX #0A4A15 Deep Fir

📋 copy color: '#0A4A15'

red 10 ◦ green 74 ◦ blue 21

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

Shades of Deep Fir #0A4A15

Tints of Deep Fir #0A4A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 70.48%

 BLUE value IS 21 (8.59% from 255) = 20%

R = 9.52%
G = 70.48%
B = 20%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#0A4A15 (or 0x0A4A15) is known color: Deep Fir. HEX triplet: 0A, 4A and 15. RGB value is (10,74,21). Sum of RGB (Red+Green+Blue) = 10+74+21=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4A15 is #F5B5EA. Grayscale: #303030. Windows color (decimal): -16102891 or 1395210. OLE color: 1395210.

HSL color Cylindrical-coordinate representation of color #0A4A15: hue angle of 130.31º 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 #0A4A15 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 74 21 -
CMYK 0.86 0 0.72 0.71
HSL 130.31º 0.76% 0.16% -
HSV(B) 130.31º 0.86% 0.29% -
XYZ 2.71 5.02 1.53 -
YUV 48.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 10 74 21 0.86 0 0.72 0.71 130.31 0.76 0.16
Hex A 4A 15 56 0 48 47 82 4C 10
Octal 12 112 25 126 0 110 107 202 114 20
Binary 1010 1001010 10101 1010110 0 1001000 1000111 10000010 1001100 10000

Color Harmonies of #0A4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A15

Black with #0A4A15

Text Example


Text Example

White with #0A4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,74,21); }

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

background-color css

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

 a { background-color: rgb(10,74,21); }

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

border-color css

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

 span { border-color: rgb(10,74,21); }

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