Html Css Color HEX #033A13 Deep Fir

📋 copy color: '#033A13'

red 3 ◦ green 58 ◦ blue 19

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

Shades of Deep Fir #033A13

Tints of Deep Fir #033A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 72.5%

 BLUE value IS 19 (7.81% from 255) = 23.75%

R = 3.75%
G = 72.5%
B = 23.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#033A13 (or 0x033A13) is known color: Deep Fir. HEX triplet: 03, 3A and 13. RGB value is (3,58,19). Sum of RGB (Red+Green+Blue) = 3+58+19=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #033A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A13 is #FCC5EC. Grayscale: #252525. Windows color (decimal): -16565741 or 1260035. OLE color: 1260035.

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

Color convert

RGB 3 58 19 -
CMYK 0.95 0 0.67 0.77
HSL 137.45º 0.9% 0.12% -
HSV(B) 137.45º 0.95% 0.23% -
XYZ 1.67 3.09 1.13 -
YUV 37.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 3 58 19 0.95 0 0.67 0.77 137.45 0.9 0.12
Hex 3 3A 13 5F 0 43 4D 89 5A C
Octal 3 72 23 137 0 103 115 211 132 14
Binary 11 111010 10011 1011111 0 1000011 1001101 10001001 1011010 1100

Color Harmonies of #033A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A13

Black with #033A13

Text Example


Text Example

White with #033A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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