#033E0B

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

Shades of Deep Fir #033E0B

Tints of Deep Fir #033E0B

Color information

#033E0B (or 0x033E0B) is unknown color: approx Deep Fir. HEX triplet: 03, 3E and 0B. RGB value is (3,62,11). Sum of RGB (Red+Green+Blue) = 3+62+11=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 62 (24.61% from 255 or 81.58% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 62 - color contains mainly: green. Hex color #033E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E0B is #FCC1F4. Grayscale: #262626. Windows color (decimal): -16564725 or 736771. OLE color: 736771.

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

Color convert

RGB36211-
CMYK0.9500.820.76
HSL128.14º90.77%12.75%-
HSV(B)128.14º95.16%24.31%-
XYZ1.823.490.89-
YUV38.54112.45102.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 62 (24.61% from 255) = 81.58%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=3.95%
G=81.58%
B=14.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362110.9500.820.76128.1490.7712.75
Hex33EB5F0524C805bd
Octal37613137012211420013315
Binary11111110101110111110101001010011001000000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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