Html Css Color HEX #034C0F Deep Fir

📋 copy color: '#034C0F'

red 3 ◦ green 76 ◦ blue 15

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

Shades of Deep Fir #034C0F

Tints of Deep Fir #034C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 80.85%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 3.19%
G = 80.85%
B = 15.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.70

RGB Variations

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

Color information

#034C0F (or 0x034C0F) is known color: Deep Fir. HEX triplet: 03, 4C and 0F. RGB value is (3,76,15). Sum of RGB (Red+Green+Blue) = 3+76+15=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 76 (30.08% from 255 or 80.85% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 76 - color contains mainly: green. Hex color #034C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C0F is #FCB3F0. Grayscale: #2F2F2F. Windows color (decimal): -16561137 or 1002499. OLE color: 1002499.

HSL color Cylindrical-coordinate representation of color #034C0F: hue angle of 129.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C0F is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 76 15 -
CMYK 0.96 0 0.80 0.70
HSL 129.86º 0.92% 0.15% -
HSV(B) 129.86º 0.96% 0.3% -
XYZ 2.71 5.22 1.32 -
YUV 47.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 3 76 15 0.96 0 0.80 0.70 129.86 0.92 0.15
Hex 3 4C F 60 0 50 46 82 5C F
Octal 3 114 17 140 0 120 106 202 134 17
Binary 11 1001100 1111 1100000 0 1010000 1000110 10000010 1011100 1111

Color Harmonies of #034C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C0F

Black with #034C0F

Text Example


Text Example

White with #034C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034C0F; }

 p { color: rgb(3,76,15); }

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

background-color css

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

 a { background-color: rgb(3,76,15); }

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

border-color css

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

 span { border-color: rgb(3,76,15); }

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