Html Css Color HEX #033D11 Deep Fir

📋 copy color: '#033D11'

red 3 ◦ green 61 ◦ blue 17

#033D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #033D11

Tints of Deep Fir #033D11

RGB

 RED value IS 3 (1.56% from 255) = 3.7%

 GREEN value IS 61 (24.22% from 255) = 75.31%

 BLUE value IS 17 (7.03% from 255) = 20.99%

R = 3.7%
G = 75.31%
B = 20.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#033D11 (or 0x033D11) is known color: Deep Fir. HEX triplet: 03, 3D and 11. RGB value is (3,61,17). Sum of RGB (Red+Green+Blue) = 3+61+17=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #033D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D11 is #FCC2EE. Grayscale: #262626. Windows color (decimal): -16564975 or 1129731. OLE color: 1129731.

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

Color convert

RGB 3 61 17 -
CMYK 0.95 0 0.72 0.76
HSL 134.48º 0.91% 0.13% -
HSV(B) 134.48º 0.95% 0.24% -
XYZ 1.81 3.4 1.09 -
YUV 38.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 3 61 17 0.95 0 0.72 0.76 134.48 0.91 0.13
Hex 3 3D 11 5F 0 48 4C 86 5B D
Octal 3 75 21 137 0 110 114 206 133 15
Binary 11 111101 10001 1011111 0 1001000 1001100 10000110 1011011 1101

Color Harmonies of #033D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D11

Black with #033D11

Text Example


Text Example

White with #033D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,61,17); }

 H1.HeaderClassName
 {
   color: #033D11;
 }
 .AnyTagClassName
 {
   color: #033D11;
 }
</style>

background-color css

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

 a { background-color: rgb(3,61,17); }

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

border-color css

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

 span { border-color: rgb(3,61,17); }

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