Html Css Color HEX #01450B Deep Fir

📋 copy color: '#01450B'

red 1 ◦ green 69 ◦ blue 11

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

Shades of Deep Fir #01450B

Tints of Deep Fir #01450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.58%

R = 1.23%
G = 85.19%
B = 13.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#01450B (or 0x01450B) is known color: Deep Fir. HEX triplet: 01, 45 and 0B. RGB value is (1,69,11). Sum of RGB (Red+Green+Blue) = 1+69+11=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 69 (27.34% from 255 or 85.19% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 69 - color contains mainly: green. Hex color #01450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01450B is #FEBAF4. Grayscale: #2A2A2A. Windows color (decimal): -16694005 or 738561. OLE color: 738561.

HSL color Cylindrical-coordinate representation of color #01450B: hue angle of 128.82º 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 #01450B is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 11 -
CMYK 0.99 0 0.84 0.73
HSL 128.82º 0.97% 0.14% -
HSV(B) 128.82º 0.99% 0.27% -
XYZ 2.2 4.29 1.03 -
YUV 42.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 1 69 11 0.99 0 0.84 0.73 128.82 0.97 0.14
Hex 1 45 B 63 0 54 49 81 61 E
Octal 1 105 13 143 0 124 111 201 141 16
Binary 1 1000101 1011 1100011 0 1010100 1001001 10000001 1100001 1110

Color Harmonies of #01450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01450B

Black with #01450B

Text Example


Text Example

White with #01450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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