Html Css Color HEX #01340F Deep Fir

📋 copy color: '#01340F'

red 1 ◦ green 52 ◦ blue 15

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

Shades of Deep Fir #01340F

Tints of Deep Fir #01340F

RGB

 RED value IS 1 (0.78% from 255) = 1.47%

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

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

R = 1.47%
G = 76.47%
B = 22.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#01340F (or 0x01340F) is known color: Deep Fir. HEX triplet: 01, 34 and 0F. RGB value is (1,52,15). Sum of RGB (Red+Green+Blue) = 1+52+15=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 52 (20.70% from 255 or 76.47% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 52 - color contains mainly: green. Hex color #01340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01340F is #FECBF0. Grayscale: #202020. Windows color (decimal): -16698353 or 996353. OLE color: 996353.

HSL color Cylindrical-coordinate representation of color #01340F: hue angle of 136.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01340F is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 15 -
CMYK 0.98 0 0.71 0.80
HSL 136.47º 0.96% 0.1% -
HSV(B) 136.47º 0.98% 0.2% -
XYZ 1.33 2.5 0.86 -
YUV 32.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 1 52 15 0.98 0 0.71 0.80 136.47 0.96 0.1
Hex 1 34 F 62 0 47 50 88 60 A
Octal 1 64 17 142 0 107 120 210 140 12
Binary 1 110100 1111 1100010 0 1000111 1010000 10001000 1100000 1010

Color Harmonies of #01340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01340F

Black with #01340F

Text Example


Text Example

White with #01340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01340F; }

 p { color: rgb(1,52,15); }

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

background-color css

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

 a { background-color: rgb(1,52,15); }

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

border-color css

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

 span { border-color: rgb(1,52,15); }

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