Html Css Color HEX #151D0F Pine Tree

📋 copy color: '#151D0F'

red 21 ◦ green 29 ◦ blue 15

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

Shades of Pine Tree #151D0F

Tints of Pine Tree #151D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 32.31%
G = 44.62%
B = 23.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#151D0F (or 0x151D0F) is known color: Pine Tree. HEX triplet: 15, 1D and 0F. RGB value is (21,29,15). Sum of RGB (Red+Green+Blue) = 21+29+15=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #151D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D0F is #EAE2F0. Grayscale: #191919. Windows color (decimal): -15393521 or 990485. OLE color: 990485.

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

Color convert

RGB 21 29 15 -
CMYK 0.28 0 0.48 0.89
HSL 94.29º 0.32% 0.09% -
HSV(B) 94.29º 0.48% 0.11% -
XYZ 0.83 1.07 0.61 -
YUV 25.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 21 29 15 0.28 0 0.48 0.89 94.29 0.32 0.09
Hex 15 1D F 1C 0 30 59 5E 20 9
Octal 25 35 17 34 0 60 131 136 40 11
Binary 10101 11101 1111 11100 0 110000 1011001 1011110 100000 1001

Color Harmonies of #151D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151D0F

Black with #151D0F

Text Example


Text Example

White with #151D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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