#033010

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

Shades of Deep Fir #033010

Tints of Deep Fir #033010

Color information

#033010 (or 0x033010) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 10. RGB value is (3,48,16). Sum of RGB (Red+Green+Blue) = 3+48+16=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #033010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033010 is #FCCFEF. Grayscale: #1E1E1E. Windows color (decimal): -16568304 or 1060867. OLE color: 1060867.

HSL color Cylindrical-coordinate representation of color #033010: hue angle of 137.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033010 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB34816-
CMYK0.9400.670.81
HSL137.33º88.24%10%-
HSV(B)137.33º93.75%18.82%-
XYZ1.192.170.85-
YUV30.9119.59108.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=4.48%
G=71.64%
B=23.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348160.9400.670.81137.3388.2410
Hex330105E043518958a
Octal36020136010312121113012
Binary111100001000010111100100001110100011000100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033010; }

 p { color: rgb(3,48,16); }

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

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

 a { background-color: rgb(3,48,16); }

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

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

 span { border-color: rgb(3,48,16); }

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