Html Css Color HEX #01450E Deep Fir

📋 copy color: '#01450E'

red 1 ◦ green 69 ◦ blue 14

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

Shades of Deep Fir #01450E

Tints of Deep Fir #01450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 82.14%

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

R = 1.19%
G = 82.14%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#01450E (or 0x01450E) is known color: Deep Fir. HEX triplet: 01, 45 and 0E. RGB value is (1,69,14). Sum of RGB (Red+Green+Blue) = 1+69+14=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 69 (27.34% from 255 or 82.14% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 69 - color contains mainly: green. Hex color #01450E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01450E is #FEBAF1. Grayscale: #2A2A2A. Windows color (decimal): -16694002 or 935169. OLE color: 935169.

HSL color Cylindrical-coordinate representation of color #01450E: hue angle of 131.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01450E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 14 -
CMYK 0.99 0 0.80 0.73
HSL 131.47º 0.97% 0.14% -
HSV(B) 131.47º 0.99% 0.27% -
XYZ 2.22 4.29 1.13 -
YUV 42.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 1 69 14 0.99 0 0.80 0.73 131.47 0.97 0.14
Hex 1 45 E 63 0 50 49 83 61 E
Octal 1 105 16 143 0 120 111 203 141 16
Binary 1 1000101 1110 1100011 0 1010000 1001001 10000011 1100001 1110

Color Harmonies of #01450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01450E

Black with #01450E

Text Example


Text Example

White with #01450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,69,14); }

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

background-color css

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

 a { background-color: rgb(1,69,14); }

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

border-color css

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

 span { border-color: rgb(1,69,14); }

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