Html Css Color HEX #05300A Deep Fir

📋 copy color: '#05300A'

red 5 ◦ green 48 ◦ blue 10

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

Shades of Deep Fir #05300A

Tints of Deep Fir #05300A

RGB

 RED value IS 5 (2.34% from 255) = 7.94%

 GREEN value IS 48 (19.14% from 255) = 76.19%

 BLUE value IS 10 (4.3% from 255) = 15.87%

R = 7.94%
G = 76.19%
B = 15.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#05300A (or 0x05300A) is known color: Deep Fir. HEX triplet: 05, 30 and 0A. RGB value is (5,48,10). Sum of RGB (Red+Green+Blue) = 5+48+10=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #05300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05300A is #FACFF5. Grayscale: #1E1E1E. Windows color (decimal): -16437238 or 667653. OLE color: 667653.

HSL color Cylindrical-coordinate representation of color #05300A: hue angle of 126.98º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05300A is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 10 -
CMYK 0.90 0 0.79 0.81
HSL 126.98º 0.81% 0.1% -
HSV(B) 126.98º 0.9% 0.19% -
XYZ 1.17 2.17 0.64 -
YUV 30.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 5 48 10 0.90 0 0.79 0.81 126.98 0.81 0.1
Hex 5 30 A 5A 0 4F 51 7F 51 A
Octal 5 60 12 132 0 117 121 177 121 12
Binary 101 110000 1010 1011010 0 1001111 1010001 1111111 1010001 1010

Color Harmonies of #05300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05300A

Black with #05300A

Text Example


Text Example

White with #05300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05300A; }

 p { color: rgb(5,48,10); }

 H1.HeaderClassName
 {
   color: #05300A;
 }
 .AnyTagClassName
 {
   color: #05300A;
 }
</style>

background-color css

<style>
 a { background-color: #05300A; }

 a { background-color: rgb(5,48,10); }

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

border-color css

<style>
 span { border-color: #05300A; }

 span { border-color: rgb(5,48,10); }

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