#033B0E

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

Shades of Deep Fir #033B0E

Tints of Deep Fir #033B0E

Color information

#033B0E (or 0x033B0E) is unknown color: approx Deep Fir. HEX triplet: 03, 3B and 0E. RGB value is (3,59,14). Sum of RGB (Red+Green+Blue) = 3+59+14=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 59 (23.44% from 255 or 77.63% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 59 - color contains mainly: green. Hex color #033B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B0E is #FCC4F1. Grayscale: #252525. Windows color (decimal): -16565490 or 932611. OLE color: 932611.

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

Color convert

RGB35914-
CMYK0.9500.760.77
HSL131.79º90.32%12.16%-
HSV(B)131.79º94.92%23.14%-
XYZ1.683.180.94-
YUV37.13114.95103.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 59 (23.44% from 255) = 77.63%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=3.95%
G=77.63%
B=18.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359140.9500.760.77131.7990.3212.16
Hex33BE5F04C4D845ac
Octal37316137011411520413214
Binary11111011111010111110100110010011011000010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,59,14); }

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

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

 a { background-color: rgb(3,59,14); }

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

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

 span { border-color: rgb(3,59,14); }

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