Html Css Color HEX #012908 Deep Fir

📋 copy color: '#012908'

red 1 ◦ green 41 ◦ blue 8

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

Shades of Deep Fir #012908

Tints of Deep Fir #012908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 16%

R = 2%
G = 82%
B = 16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#012908 (or 0x012908) is known color: Deep Fir. HEX triplet: 01, 29 and 08. RGB value is (1,41,8). Sum of RGB (Red+Green+Blue) = 1+41+8=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 41 (16.41% from 255 or 82% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 41 - color contains mainly: green. Hex color #012908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012908 is #FED6F7. Grayscale: #191919. Windows color (decimal): -16701176 or 534785. OLE color: 534785.

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

Color convert

RGB 1 41 8 -
CMYK 0.98 0 0.80 0.84
HSL 130.5º 0.95% 0.08% -
HSV(B) 130.5º 0.98% 0.16% -
XYZ 0.85 1.61 0.5 -
YUV 25.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 1 41 8 0.98 0 0.80 0.84 130.5 0.95 0.08
Hex 1 29 8 62 0 50 54 82 5F 8
Octal 1 51 10 142 0 120 124 202 137 10
Binary 1 101001 1000 1100010 0 1010000 1010100 10000010 1011111 1000

Color Harmonies of #012908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012908

Black with #012908

Text Example


Text Example

White with #012908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012908; }

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

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

background-color css

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

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

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

border-color css

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

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

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