Html Css Color HEX #00340E Deep Fir

📋 copy color: '#00340E'

red 0 ◦ green 52 ◦ blue 14

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

Shades of Deep Fir #00340E

Tints of Deep Fir #00340E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 78.79%

 BLUE value IS 14 (5.86% from 255) = 21.21%

R = 0%
G = 78.79%
B = 21.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#00340E (or 0x00340E) is known color: Deep Fir. HEX triplet: 00, 34 and 0E. RGB value is (0,52,14). Sum of RGB (Red+Green+Blue) = 0+52+14=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #00340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00340E is #FFCBF1. Grayscale: #202020. Windows color (decimal): -16763890 or 930816. OLE color: 930816.

HSL color Cylindrical-coordinate representation of color #00340E: hue angle of 136.15º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00340E is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 14 -
CMYK 1 0 0.73 0.80
HSL 136.15º 1% 0.1% -
HSV(B) 136.15º 1% 0.2% -
XYZ 1.31 2.49 0.83 -
YUV 32.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 0 52 14 1 0 0.73 0.80 136.15 1 0.1
Hex 0 34 E 64 0 49 50 88 64 A
Octal 0 64 16 144 0 111 120 210 144 12
Binary 0 110100 1110 1100100 0 1001001 1010000 10001000 1100100 1010

Color Harmonies of #00340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00340E

Black with #00340E

Text Example


Text Example

White with #00340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00340E; }

 p { color: rgb(0,52,14); }

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

background-color css

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

 a { background-color: rgb(0,52,14); }

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

border-color css

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

 span { border-color: rgb(0,52,14); }

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