Html Css Color HEX #040D01 Pine Tree

📋 copy color: '#040D01'

red 4 ◦ green 13 ◦ blue 1

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

Shades of Pine Tree #040D01

Tints of Pine Tree #040D01

RGB

 RED value IS 4 (1.95% from 255) = 22.22%

 GREEN value IS 13 (5.47% from 255) = 72.22%

 BLUE value IS 1 (0.78% from 255) = 5.56%

R = 22.22%
G = 72.22%
B = 5.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.95

RGB Variations

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

Color information

#040D01 (or 0x040D01) is known color: Pine Tree. HEX triplet: 04, 0D and 01. RGB value is (4,13,1). Sum of RGB (Red+Green+Blue) = 4+13+1=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 13 (5.47% from 255 or 72.22% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 13 - color contains mainly: green. Hex color #040D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D01 is #FBF2FE. Grayscale: #080808. Windows color (decimal): -16511743 or 68868. OLE color: 68868.

HSL color Cylindrical-coordinate representation of color #040D01: hue angle of 105º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040D01 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 13 1 -
CMYK 0.69 0 0.92 0.95
HSL 105º 0.86% 0.03% -
HSV(B) 105º 0.92% 0.05% -
XYZ 0.2 0.32 0.08 -
YUV 8.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 4 13 1 0.69 0 0.92 0.95 105 0.86 0.03
Hex 4 D 1 45 0 5C 5F 69 56 3
Octal 4 15 1 105 0 134 137 151 126 3
Binary 100 1101 1 1000101 0 1011100 1011111 1101001 1010110 11

Color Harmonies of #040D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D01

Black with #040D01

Text Example


Text Example

White with #040D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040D01; }

 p { color: rgb(4,13,1); }

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

background-color css

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

 a { background-color: rgb(4,13,1); }

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

border-color css

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

 span { border-color: rgb(4,13,1); }

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