Html Css Color HEX #033A14 Deep Fir

📋 copy color: '#033A14'

red 3 ◦ green 58 ◦ blue 20

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

Shades of Deep Fir #033A14

Tints of Deep Fir #033A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.69%

R = 3.7%
G = 71.6%
B = 24.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#033A14 (or 0x033A14) is known color: Deep Fir. HEX triplet: 03, 3A and 14. RGB value is (3,58,20). Sum of RGB (Red+Green+Blue) = 3+58+20=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #033A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A14 is #FCC5EB. Grayscale: #252525. Windows color (decimal): -16565740 or 1325571. OLE color: 1325571.

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

Color convert

RGB 3 58 20 -
CMYK 0.95 0 0.66 0.77
HSL 138.55º 0.9% 0.12% -
HSV(B) 138.55º 0.95% 0.23% -
XYZ 1.68 3.1 1.17 -
YUV 37.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 3 58 20 0.95 0 0.66 0.77 138.55 0.9 0.12
Hex 3 3A 14 5F 0 42 4D 8B 5A C
Octal 3 72 24 137 0 102 115 213 132 14
Binary 11 111010 10100 1011111 0 1000010 1001101 10001011 1011010 1100

Color Harmonies of #033A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A14

Black with #033A14

Text Example


Text Example

White with #033A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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