Html Css Color HEX #012D09 Deep Fir

📋 copy color: '#012D09'

red 1 ◦ green 45 ◦ blue 9

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

Shades of Deep Fir #012D09

Tints of Deep Fir #012D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 81.82%

 BLUE value IS 9 (3.91% from 255) = 16.36%

R = 1.82%
G = 81.82%
B = 16.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.8

 K value IS 0.82

RGB Variations

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

Color information

#012D09 (or 0x012D09) is known color: Deep Fir. HEX triplet: 01, 2D and 09. RGB value is (1,45,9). Sum of RGB (Red+Green+Blue) = 1+45+9=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 45 (17.97% from 255 or 81.82% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 45 - color contains mainly: green. Hex color #012D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012D09 is #FED2F6. Grayscale: #1B1B1B. Windows color (decimal): -16700151 or 601345. OLE color: 601345.

HSL color Cylindrical-coordinate representation of color #012D09: hue angle of 130.91º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D09 is Cyan = 0.98, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 45 9 -
CMYK 0.98 0 0.8 0.82
HSL 130.91º 0.96% 0.09% -
HSV(B) 130.91º 0.98% 0.18% -
XYZ 1 1.9 0.57 -
YUV 27.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 1 45 9 0.98 0 0.8 0.82 130.91 0.96 0.09
Hex 1 2D 9 62 0 50 52 83 60 9
Octal 1 55 11 142 0 120 122 203 140 11
Binary 1 101101 1001 1100010 0 1010000 1010010 10000011 1100000 1001

Color Harmonies of #012D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D09

Black with #012D09

Text Example


Text Example

White with #012D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D09; }

 p { color: rgb(1,45,9); }

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

background-color css

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

 a { background-color: rgb(1,45,9); }

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

border-color css

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

 span { border-color: rgb(1,45,9); }

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