Html Css Color HEX #151F0F Pine Tree

📋 copy color: '#151F0F'

red 21 ◦ green 31 ◦ blue 15

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

Shades of Pine Tree #151F0F

Tints of Pine Tree #151F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.27%

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

R = 31.34%
G = 46.27%
B = 22.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#151F0F (or 0x151F0F) is known color: Pine Tree. HEX triplet: 15, 1F and 0F. RGB value is (21,31,15). Sum of RGB (Red+Green+Blue) = 21+31+15=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #151F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151F0F is #EAE0F0. Grayscale: #1A1A1A. Windows color (decimal): -15393009 or 990997. OLE color: 990997.

HSL color Cylindrical-coordinate representation of color #151F0F: hue angle of 97.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #151F0F is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 31 15 -
CMYK 0.32 0 0.52 0.88
HSL 97.5º 0.35% 0.09% -
HSV(B) 97.5º 0.52% 0.12% -
XYZ 0.89 1.17 0.63 -
YUV 26.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 21 31 15 0.32 0 0.52 0.88 97.5 0.35 0.09
Hex 15 1F F 20 0 34 58 62 23 9
Octal 25 37 17 40 0 64 130 142 43 11
Binary 10101 11111 1111 100000 0 110100 1011000 1100010 100011 1001

Color Harmonies of #151F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151F0F

Black with #151F0F

Text Example


Text Example

White with #151F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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