Html Css Color HEX #151D01 Pine Tree

📋 copy color: '#151D01'

red 21 ◦ green 29 ◦ blue 1

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

Shades of Pine Tree #151D01

Tints of Pine Tree #151D01

RGB

 RED value IS 21 (8.59% from 255) = 41.18%

 GREEN value IS 29 (11.72% from 255) = 56.86%

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

R = 41.18%
G = 56.86%
B = 1.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#151D01 (or 0x151D01) is known color: Pine Tree. HEX triplet: 15, 1D and 01. RGB value is (21,29,1). Sum of RGB (Red+Green+Blue) = 21+29+1=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #151D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D01 is #EAE2FE. Grayscale: #171717. Windows color (decimal): -15393535 or 72981. OLE color: 72981.

HSL color Cylindrical-coordinate representation of color #151D01: hue angle of 77.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #151D01 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 29 1 -
CMYK 0.28 0 0.97 0.89
HSL 77.14º 0.93% 0.06% -
HSV(B) 77.14º 0.97% 0.11% -
XYZ 0.75 1.04 0.19 -
YUV 23.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 21 29 1 0.28 0 0.97 0.89 77.14 0.93 0.06
Hex 15 1D 1 1C 0 61 59 4D 5D 6
Octal 25 35 1 34 0 141 131 115 135 6
Binary 10101 11101 1 11100 0 1100001 1011001 1001101 1011101 110

Color Harmonies of #151D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151D01

Black with #151D01

Text Example


Text Example

White with #151D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,1); }

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

background-color css

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

 a { background-color: rgb(21,29,1); }

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

border-color css

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

 span { border-color: rgb(21,29,1); }

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