Html Css Color HEX #0A481E Deep Fir

📋 copy color: '#0A481E'

red 10 ◦ green 72 ◦ blue 30

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

Shades of Deep Fir #0A481E

Tints of Deep Fir #0A481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 64.29%

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

R = 8.93%
G = 64.29%
B = 26.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#0A481E (or 0x0A481E) is known color: Deep Fir. HEX triplet: 0A, 48 and 1E. RGB value is (10,72,30). Sum of RGB (Red+Green+Blue) = 10+72+30=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481E is #F5B7E1. Grayscale: #303030. Windows color (decimal): -16103394 or 1984522. OLE color: 1984522.

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

Color convert

RGB 10 72 30 -
CMYK 0.86 0 0.58 0.72
HSL 139.35º 0.76% 0.16% -
HSV(B) 139.35º 0.86% 0.28% -
XYZ 2.68 4.79 2.01 -
YUV 48.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 10 72 30 0.86 0 0.58 0.72 139.35 0.76 0.16
Hex A 48 1E 56 0 3A 48 8B 4C 10
Octal 12 110 36 126 0 72 110 213 114 20
Binary 1010 1001000 11110 1010110 0 111010 1001000 10001011 1001100 10000

Color Harmonies of #0A481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A481E

Black with #0A481E

Text Example


Text Example

White with #0A481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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