#05300F

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

Shades of Deep Fir #05300F

Tints of Deep Fir #05300F

Color information

#05300F (or 0x05300F) is unknown color: approx Deep Fir. HEX triplet: 05, 30 and 0F. RGB value is (5,48,15). Sum of RGB (Red+Green+Blue) = 5+48+15=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #05300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05300F is #FACFF0. Grayscale: #1F1F1F. Windows color (decimal): -16437233 or 995333. OLE color: 995333.

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

Color convert

RGB54815-
CMYK0.9000.690.81
HSL133.95º81.13%10.39%-
HSV(B)133.95º89.58%18.82%-
XYZ1.212.180.81-
YUV31.38118.75109.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 48 (19.14% from 255) = 70.59%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=7.35%
G=70.59%
B=22.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548150.9000.690.81133.9581.1310.39
Hex530F5A045518651a
Octal56017132010512120612112
Binary101110000111110110100100010110100011000011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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