#033A0B

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

Shades of Deep Fir #033A0B

Tints of Deep Fir #033A0B

Color information

#033A0B (or 0x033A0B) is unknown color: approx Deep Fir. HEX triplet: 03, 3A and 0B. RGB value is (3,58,11). Sum of RGB (Red+Green+Blue) = 3+58+11=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #033A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A0B is #FCC5F4. Grayscale: #242424. Windows color (decimal): -16565749 or 735747. OLE color: 735747.

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

Color convert

RGB35811-
CMYK0.9500.810.77
HSL128.73º90.16%11.96%-
HSV(B)128.73º94.83%22.75%-
XYZ1.613.070.82-
YUV36.2113.78104.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 58 (23.05% from 255) = 80.56%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=4.17%
G=80.56%
B=15.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358110.9500.810.77128.7390.1611.96
Hex33AB5F0514D815ac
Octal37213137012111520113214
Binary11111010101110111110101000110011011000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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