Html Css Color HEX #033B0C Deep Fir

📋 copy color: '#033B0C'

red 3 ◦ green 59 ◦ blue 12

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

Shades of Deep Fir #033B0C

Tints of Deep Fir #033B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 79.73%

 BLUE value IS 12 (5.08% from 255) = 16.22%

R = 4.05%
G = 79.73%
B = 16.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#033B0C (or 0x033B0C) is known color: Deep Fir. HEX triplet: 03, 3B and 0C. RGB value is (3,59,12). Sum of RGB (Red+Green+Blue) = 3+59+12=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 59 (23.44% from 255 or 79.73% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 59 - color contains mainly: green. Hex color #033B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B0C is #FCC4F3. Grayscale: #252525. Windows color (decimal): -16565492 or 801539. OLE color: 801539.

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

Color convert

RGB 3 59 12 -
CMYK 0.95 0 0.80 0.77
HSL 129.64º 0.9% 0.12% -
HSV(B) 129.64º 0.95% 0.23% -
XYZ 1.67 3.17 0.87 -
YUV 36.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 3 59 12 0.95 0 0.80 0.77 129.64 0.9 0.12
Hex 3 3B C 5F 0 50 4D 82 5A C
Octal 3 73 14 137 0 120 115 202 132 14
Binary 11 111011 1100 1011111 0 1010000 1001101 10000010 1011010 1100

Color Harmonies of #033B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B0C

Black with #033B0C

Text Example


Text Example

White with #033B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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