#033E0F

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

Shades of Deep Fir #033E0F

Tints of Deep Fir #033E0F

Color information

#033E0F (or 0x033E0F) is unknown color: approx Deep Fir. HEX triplet: 03, 3E and 0F. RGB value is (3,62,15). Sum of RGB (Red+Green+Blue) = 3+62+15=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 62 (24.61% from 255 or 77.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 62 - color contains mainly: green. Hex color #033E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E0F is #FCC1F0. Grayscale: #272727. Windows color (decimal): -16564721 or 998915. OLE color: 998915.

HSL color Cylindrical-coordinate representation of color #033E0F: hue angle of 132.2º 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 #033E0F is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.

Color convert

RGB36215-
CMYK0.9500.760.76
HSL132.2º90.77%12.75%-
HSV(B)132.2º95.16%24.31%-
XYZ1.853.51.03-
YUV39114.45102.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 62 (24.61% from 255) = 77.5%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=3.75%
G=77.5%
B=18.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362150.9500.760.76132.290.7712.75
Hex33EF5F04C4C845bd
Octal37617137011411420413315
Binary11111110111110111110100110010011001000010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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