#033B14

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

Shades of Deep Fir #033B14

Tints of Deep Fir #033B14

Color information

#033B14 (or 0x033B14) is unknown color: approx Deep Fir. HEX triplet: 03, 3B and 14. RGB value is (3,59,20). Sum of RGB (Red+Green+Blue) = 3+59+20=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #033B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B14 is #FCC4EB. Grayscale: #252525. Windows color (decimal): -16565484 or 1325827. OLE color: 1325827.

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

Color convert

RGB35920-
CMYK0.9500.660.77
HSL138.21º90.32%12.16%-
HSV(B)138.21º94.92%23.14%-
XYZ1.733.21.19-
YUV37.81117.95103.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 59 (23.44% from 255) = 71.95%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=3.66%
G=71.95%
B=24.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359200.9500.660.77138.2190.3212.16
Hex33B145F0424D8a5ac
Octal37324137010211521213214
Binary111110111010010111110100001010011011000101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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