#05300C

Color #05300C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #05300C

Tints of Deep Fir #05300C

Color information

#05300C (or 0x05300C) is unknown color: approx Deep Fir. HEX triplet: 05, 30 and 0C. RGB value is (5,48,12). Sum of RGB (Red+Green+Blue) = 5+48+12=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #05300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05300C is #FACFF3. Grayscale: #1F1F1F. Windows color (decimal): -16437236 or 798725. OLE color: 798725.

HSL color Cylindrical-coordinate representation of color #05300C: hue angle of 129.77º 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 #05300C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB54812-
CMYK0.9000.750.81
HSL129.77º81.13%10.39%-
HSV(B)129.77º89.58%18.82%-
XYZ1.192.170.7-
YUV31.04117.25109.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 48 (19.14% from 255) = 73.85%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=7.69%
G=73.85%
B=18.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548120.9000.750.81129.7781.1310.39
Hex530C5A04B518251a
Octal56014132011312120212112
Binary101110000110010110100100101110100011000001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05300C;
 }
 .AnyTagClassName
 {
   color: #05300C;
 }
</style>
background-color css

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

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

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

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

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

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