Html Css Color HEX #151A0F Pine Tree

📋 copy color: '#151A0F'

red 21 ◦ green 26 ◦ blue 15

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

Shades of Pine Tree #151A0F

Tints of Pine Tree #151A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.94%

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

R = 33.87%
G = 41.94%
B = 24.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#151A0F (or 0x151A0F) is known color: Pine Tree. HEX triplet: 15, 1A and 0F. RGB value is (21,26,15). Sum of RGB (Red+Green+Blue) = 21+26+15=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #151A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151A0F is #EAE5F0. Grayscale: #171717. Windows color (decimal): -15394289 or 989717. OLE color: 989717.

HSL color Cylindrical-coordinate representation of color #151A0F: hue angle of 87.27º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #151A0F is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 26 15 -
CMYK 0.19 0 0.42 0.90
HSL 87.27º 0.27% 0.08% -
HSV(B) 87.27º 0.42% 0.1% -
XYZ 0.76 0.93 0.59 -
YUV 23.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 21 26 15 0.19 0 0.42 0.90 87.27 0.27 0.08
Hex 15 1A F 13 0 2A 5A 57 1B 8
Octal 25 32 17 23 0 52 132 127 33 10
Binary 10101 11010 1111 10011 0 101010 1011010 1010111 11011 1000

Color Harmonies of #151A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A0F

Black with #151A0F

Text Example


Text Example

White with #151A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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