Html Css Color HEX #01280A Deep Fir

📋 copy color: '#01280A'

red 1 ◦ green 40 ◦ blue 10

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

Shades of Deep Fir #01280A

Tints of Deep Fir #01280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 78.43%

 BLUE value IS 10 (4.3% from 255) = 19.61%

R = 1.96%
G = 78.43%
B = 19.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#01280A (or 0x01280A) is known color: Deep Fir. HEX triplet: 01, 28 and 0A. RGB value is (1,40,10). Sum of RGB (Red+Green+Blue) = 1+40+10=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 40 (16.02% from 255 or 78.43% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 40 - color contains mainly: green. Hex color #01280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01280A is #FED7F5. Grayscale: #191919. Windows color (decimal): -16701430 or 665601. OLE color: 665601.

HSL color Cylindrical-coordinate representation of color #01280A: hue angle of 133.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01280A is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 10 -
CMYK 0.98 0 0.75 0.84
HSL 133.85º 0.95% 0.08% -
HSV(B) 133.85º 0.98% 0.16% -
XYZ 0.83 1.55 0.54 -
YUV 24.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 1 40 10 0.98 0 0.75 0.84 133.85 0.95 0.08
Hex 1 28 A 62 0 4B 54 86 5F 8
Octal 1 50 12 142 0 113 124 206 137 10
Binary 1 101000 1010 1100010 0 1001011 1010100 10000110 1011111 1000

Color Harmonies of #01280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01280A

Black with #01280A

Text Example


Text Example

White with #01280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01280A; }

 p { color: rgb(1,40,10); }

 H1.HeaderClassName
 {
   color: #01280A;
 }
 .AnyTagClassName
 {
   color: #01280A;
 }
</style>

background-color css

<style>
 a { background-color: #01280A; }

 a { background-color: rgb(1,40,10); }

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

border-color css

<style>
 span { border-color: #01280A; }

 span { border-color: rgb(1,40,10); }

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