Html Css Color HEX #012D0B Deep Fir

📋 copy color: '#012D0B'

red 1 ◦ green 45 ◦ blue 11

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

Shades of Deep Fir #012D0B

Tints of Deep Fir #012D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 19.3%

R = 1.75%
G = 78.95%
B = 19.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.82

RGB Variations

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

Color information

#012D0B (or 0x012D0B) is known color: Deep Fir. HEX triplet: 01, 2D and 0B. RGB value is (1,45,11). Sum of RGB (Red+Green+Blue) = 1+45+11=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 45 (17.97% from 255 or 78.95% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 45 - color contains mainly: green. Hex color #012D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012D0B is #FED2F4. Grayscale: #1C1C1C. Windows color (decimal): -16700149 or 732417. OLE color: 732417.

HSL color Cylindrical-coordinate representation of color #012D0B: hue angle of 133.64º 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 #012D0B is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 45 11 -
CMYK 0.98 0 0.76 0.82
HSL 133.64º 0.96% 0.09% -
HSV(B) 133.64º 0.98% 0.18% -
XYZ 1.01 1.91 0.63 -
YUV 27.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 1 45 11 0.98 0 0.76 0.82 133.64 0.96 0.09
Hex 1 2D B 62 0 4C 52 86 60 9
Octal 1 55 13 142 0 114 122 206 140 11
Binary 1 101101 1011 1100010 0 1001100 1010010 10000110 1100000 1001

Color Harmonies of #012D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D0B

Black with #012D0B

Text Example


Text Example

White with #012D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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