Html Css Color HEX #01420B Deep Fir

📋 copy color: '#01420B'

red 1 ◦ green 66 ◦ blue 11

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

Shades of Deep Fir #01420B

Tints of Deep Fir #01420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 84.62%

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

R = 1.28%
G = 84.62%
B = 14.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#01420B (or 0x01420B) is known color: Deep Fir. HEX triplet: 01, 42 and 0B. RGB value is (1,66,11). Sum of RGB (Red+Green+Blue) = 1+66+11=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 66 (26.17% from 255 or 84.62% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 66 - color contains mainly: green. Hex color #01420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01420B is #FEBDF4. Grayscale: #282828. Windows color (decimal): -16694773 or 737793. OLE color: 737793.

HSL color Cylindrical-coordinate representation of color #01420B: hue angle of 129.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01420B is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 11 -
CMYK 0.98 0 0.83 0.74
HSL 129.23º 0.97% 0.13% -
HSV(B) 129.23º 0.98% 0.26% -
XYZ 2.02 3.93 0.97 -
YUV 40.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 1 66 11 0.98 0 0.83 0.74 129.23 0.97 0.13
Hex 1 42 B 62 0 53 4A 81 61 D
Octal 1 102 13 142 0 123 112 201 141 15
Binary 1 1000010 1011 1100010 0 1010011 1001010 10000001 1100001 1101

Color Harmonies of #01420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01420B

Black with #01420B

Text Example


Text Example

White with #01420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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