Html Css Color HEX #012505 Deep Fir

📋 copy color: '#012505'

red 1 ◦ green 37 ◦ blue 5

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

Shades of Deep Fir #012505

Tints of Deep Fir #012505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 86.05%

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

R = 2.33%
G = 86.05%
B = 11.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#012505 (or 0x012505) is known color: Deep Fir. HEX triplet: 01, 25 and 05. RGB value is (1,37,5). Sum of RGB (Red+Green+Blue) = 1+37+5=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #012505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012505 is #FEDAFA. Grayscale: #161616. Windows color (decimal): -16702203 or 337153. OLE color: 337153.

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

Color convert

RGB 1 37 5 -
CMYK 0.97 0 0.86 0.85
HSL 126.67º 0.95% 0.07% -
HSV(B) 126.67º 0.97% 0.15% -
XYZ 0.7 1.34 0.37 -
YUV 22.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 1 37 5 0.97 0 0.86 0.85 126.67 0.95 0.07
Hex 1 25 5 61 0 56 55 7F 5F 7
Octal 1 45 5 141 0 126 125 177 137 7
Binary 1 100101 101 1100001 0 1010110 1010101 1111111 1011111 111

Color Harmonies of #012505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012505

Black with #012505

Text Example


Text Example

White with #012505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012505; }

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

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

background-color css

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

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

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

border-color css

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

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

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