#033A0C

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

Shades of Deep Fir #033A0C

Tints of Deep Fir #033A0C

Color information

#033A0C (or 0x033A0C) is unknown color: approx Deep Fir. HEX triplet: 03, 3A and 0C. RGB value is (3,58,12). Sum of RGB (Red+Green+Blue) = 3+58+12=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 58 (23.05% from 255 or 79.45% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 58 - color contains mainly: green. Hex color #033A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A0C is #FCC5F3. Grayscale: #242424. Windows color (decimal): -16565748 or 801283. OLE color: 801283.

HSL color Cylindrical-coordinate representation of color #033A0C: hue angle of 129.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A0C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB35812-
CMYK0.9500.790.77
HSL129.82º90.16%11.96%-
HSV(B)129.82º94.83%22.75%-
XYZ1.623.070.86-
YUV36.31114.28104.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 58 (23.05% from 255) = 79.45%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=4.11%
G=79.45%
B=16.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358120.9500.790.77129.8290.1611.96
Hex33AC5F04F4D825ac
Octal37214137011711520213214
Binary11111010110010111110100111110011011000001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033A0C; }

 p { color: rgb(3,58,12); }

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

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

 a { background-color: rgb(3,58,12); }

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

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

 span { border-color: rgb(3,58,12); }

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