Html Css Color HEX #151B0C Pine Tree

📋 copy color: '#151B0C'

red 21 ◦ green 27 ◦ blue 12

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

Shades of Pine Tree #151B0C

Tints of Pine Tree #151B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 45%

 BLUE value IS 12 (5.08% from 255) = 20%

R = 35%
G = 45%
B = 20%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.89

RGB Variations

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

Color information

#151B0C (or 0x151B0C) is known color: Pine Tree. HEX triplet: 15, 1B and 0C. RGB value is (21,27,12). Sum of RGB (Red+Green+Blue) = 21+27+12=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #151B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B0C is #EAE4F3. Grayscale: #171717. Windows color (decimal): -15394036 or 793365. OLE color: 793365.

HSL color Cylindrical-coordinate representation of color #151B0C: hue angle of 84º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151B0C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 27 12 -
CMYK 0.22 0 0.56 0.89
HSL 84º 0.38% 0.08% -
HSV(B) 84º 0.56% 0.11% -
XYZ 0.77 0.97 0.49 -
YUV 23.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 21 27 12 0.22 0 0.56 0.89 84 0.38 0.08
Hex 15 1B C 16 0 38 59 54 26 8
Octal 25 33 14 26 0 70 131 124 46 10
Binary 10101 11011 1100 10110 0 111000 1011001 1010100 100110 1000

Color Harmonies of #151B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B0C

Black with #151B0C

Text Example


Text Example

White with #151B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,27,12); }

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

background-color css

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

 a { background-color: rgb(21,27,12); }

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

border-color css

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

 span { border-color: rgb(21,27,12); }

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