Html Css Color HEX #043012 Deep Fir

📋 copy color: '#043012'

red 4 ◦ green 48 ◦ blue 18

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

Shades of Deep Fir #043012

Tints of Deep Fir #043012

RGB

 RED value IS 4 (1.95% from 255) = 5.71%

 GREEN value IS 48 (19.14% from 255) = 68.57%

 BLUE value IS 18 (7.42% from 255) = 25.71%

R = 5.71%
G = 68.57%
B = 25.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#043012 (or 0x043012) is known color: Deep Fir. HEX triplet: 04, 30 and 12. RGB value is (4,48,18). Sum of RGB (Red+Green+Blue) = 4+48+18=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #043012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043012 is #FBCFED. Grayscale: #1F1F1F. Windows color (decimal): -16502766 or 1191940. OLE color: 1191940.

HSL color Cylindrical-coordinate representation of color #043012: hue angle of 139.09º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043012 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 48 18 -
CMYK 0.92 0 0.63 0.81
HSL 139.09º 0.85% 0.1% -
HSV(B) 139.09º 0.92% 0.19% -
XYZ 1.22 2.18 0.93 -
YUV 31.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 4 48 18 0.92 0 0.63 0.81 139.09 0.85 0.1
Hex 4 30 12 5C 0 3F 51 8B 55 A
Octal 4 60 22 134 0 77 121 213 125 12
Binary 100 110000 10010 1011100 0 111111 1010001 10001011 1010101 1010

Color Harmonies of #043012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043012

Black with #043012

Text Example


Text Example

White with #043012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043012; }

 p { color: rgb(4,48,18); }

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

background-color css

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

 a { background-color: rgb(4,48,18); }

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

border-color css

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

 span { border-color: rgb(4,48,18); }

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