Html Css Color HEX #012905 Deep Fir

📋 copy color: '#012905'

red 1 ◦ green 41 ◦ blue 5

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

Shades of Deep Fir #012905

Tints of Deep Fir #012905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 87.23%

 BLUE value IS 5 (2.34% from 255) = 10.64%

R = 2.13%
G = 87.23%
B = 10.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#012905 (or 0x012905) is known color: Deep Fir. HEX triplet: 01, 29 and 05. RGB value is (1,41,5). Sum of RGB (Red+Green+Blue) = 1+41+5=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 41 (16.41% from 255 or 87.23% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 41 - color contains mainly: green. Hex color #012905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012905 is #FED6FA. Grayscale: #191919. Windows color (decimal): -16701179 or 338177. OLE color: 338177.

HSL color Cylindrical-coordinate representation of color #012905: hue angle of 126º 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 #012905 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 5 -
CMYK 0.98 0 0.88 0.84
HSL 126º 0.95% 0.08% -
HSV(B) 126º 0.98% 0.16% -
XYZ 0.83 1.6 0.41 -
YUV 24.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 1 41 5 0.98 0 0.88 0.84 126 0.95 0.08
Hex 1 29 5 62 0 58 54 7E 5F 8
Octal 1 51 5 142 0 130 124 176 137 10
Binary 1 101001 101 1100010 0 1011000 1010100 1111110 1011111 1000

Color Harmonies of #012905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012905

Black with #012905

Text Example


Text Example

White with #012905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012905; }

 p { color: rgb(1,41,5); }

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

background-color css

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

 a { background-color: rgb(1,41,5); }

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

border-color css

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

 span { border-color: rgb(1,41,5); }

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