Html Css Color HEX #033B0E Deep Fir

📋 copy color: '#033B0E'

red 3 ◦ green 59 ◦ blue 14

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

Shades of Deep Fir #033B0E

Tints of Deep Fir #033B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 3.95%
G = 77.63%
B = 18.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.77

RGB Variations

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

Color information

#033B0E (or 0x033B0E) is known color: Deep Fir. HEX triplet: 03, 3B and 0E. RGB value is (3,59,14). Sum of RGB (Red+Green+Blue) = 3+59+14=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 59 (23.44% from 255 or 77.63% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 59 - color contains mainly: green. Hex color #033B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B0E is #FCC4F1. Grayscale: #252525. Windows color (decimal): -16565490 or 932611. OLE color: 932611.

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

Color convert

RGB 3 59 14 -
CMYK 0.95 0 0.76 0.77
HSL 131.79º 0.9% 0.12% -
HSV(B) 131.79º 0.95% 0.23% -
XYZ 1.68 3.18 0.94 -
YUV 37.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 3 59 14 0.95 0 0.76 0.77 131.79 0.9 0.12
Hex 3 3B E 5F 0 4C 4D 84 5A C
Octal 3 73 16 137 0 114 115 204 132 14
Binary 11 111011 1110 1011111 0 1001100 1001101 10000100 1011010 1100

Color Harmonies of #033B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B0E

Black with #033B0E

Text Example


Text Example

White with #033B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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