Html Css Color HEX #012605 Deep Fir

📋 copy color: '#012605'

red 1 ◦ green 38 ◦ blue 5

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

Shades of Deep Fir #012605

Tints of Deep Fir #012605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 86.36%

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

R = 2.27%
G = 86.36%
B = 11.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#012605 (or 0x012605) is known color: Deep Fir. HEX triplet: 01, 26 and 05. RGB value is (1,38,5). Sum of RGB (Red+Green+Blue) = 1+38+5=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 38 (15.23% from 255 or 86.36% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 38 - color contains mainly: green. Hex color #012605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012605 is #FED9FA. Grayscale: #171717. Windows color (decimal): -16701947 or 337409. OLE color: 337409.

HSL color Cylindrical-coordinate representation of color #012605: hue angle of 126.49º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012605 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 5 -
CMYK 0.97 0 0.87 0.85
HSL 126.49º 0.95% 0.08% -
HSV(B) 126.49º 0.97% 0.15% -
XYZ 0.73 1.4 0.38 -
YUV 23.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 1 38 5 0.97 0 0.87 0.85 126.49 0.95 0.08
Hex 1 26 5 61 0 57 55 7E 5F 8
Octal 1 46 5 141 0 127 125 176 137 10
Binary 1 100110 101 1100001 0 1010111 1010101 1111110 1011111 1000

Color Harmonies of #012605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012605

Black with #012605

Text Example


Text Example

White with #012605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012605; }

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

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

background-color css

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

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

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

border-color css

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

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

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