#033E0D

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

Shades of Deep Fir #033E0D

Tints of Deep Fir #033E0D

Color information

#033E0D (or 0x033E0D) is unknown color: approx Deep Fir. HEX triplet: 03, 3E and 0D. RGB value is (3,62,13). Sum of RGB (Red+Green+Blue) = 3+62+13=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 62 (24.61% from 255 or 79.49% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 62 - color contains mainly: green. Hex color #033E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E0D is #FCC1F2. Grayscale: #262626. Windows color (decimal): -16564723 or 867843. OLE color: 867843.

HSL color Cylindrical-coordinate representation of color #033E0D: hue angle of 130.17º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E0D is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB36213-
CMYK0.9500.790.76
HSL130.17º90.77%12.75%-
HSV(B)130.17º95.16%24.31%-
XYZ1.833.490.96-
YUV38.77113.45102.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 62 (24.61% from 255) = 79.49%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=3.85%
G=79.49%
B=16.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362130.9500.790.76130.1790.7712.75
Hex33ED5F04F4C825bd
Octal37615137011711420213315
Binary11111110110110111110100111110011001000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,62,13); }

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

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

 a { background-color: rgb(3,62,13); }

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

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

 span { border-color: rgb(3,62,13); }

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