Html Css Color HEX #034211 Deep Fir

📋 copy color: '#034211'

red 3 ◦ green 66 ◦ blue 17

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

Shades of Deep Fir #034211

Tints of Deep Fir #034211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 76.74%

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 3.49%
G = 76.74%
B = 19.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#034211 (or 0x034211) is known color: Deep Fir. HEX triplet: 03, 42 and 11. RGB value is (3,66,17). Sum of RGB (Red+Green+Blue) = 3+66+17=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #034211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034211 is #FCBDEE. Grayscale: #292929. Windows color (decimal): -16563695 or 1131011. OLE color: 1131011.

HSL color Cylindrical-coordinate representation of color #034211: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034211 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 17 -
CMYK 0.95 0 0.74 0.74
HSL 133.33º 0.91% 0.14% -
HSV(B) 133.33º 0.95% 0.26% -
XYZ 2.09 3.96 1.18 -
YUV 41.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 3 66 17 0.95 0 0.74 0.74 133.33 0.91 0.14
Hex 3 42 11 5F 0 4A 4A 85 5B E
Octal 3 102 21 137 0 112 112 205 133 16
Binary 11 1000010 10001 1011111 0 1001010 1001010 10000101 1011011 1110

Color Harmonies of #034211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034211

Black with #034211

Text Example


Text Example

White with #034211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034211; }

 p { color: rgb(3,66,17); }

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

background-color css

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

 a { background-color: rgb(3,66,17); }

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

border-color css

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

 span { border-color: rgb(3,66,17); }

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