Html Css Color HEX #151812 Pine Tree

📋 copy color: '#151812'

red 21 ◦ green 24 ◦ blue 18

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

Shades of Pine Tree #151812

Tints of Pine Tree #151812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 38.1%

 BLUE value IS 18 (7.42% from 255) = 28.57%

R = 33.33%
G = 38.1%
B = 28.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#151812 (or 0x151812) is known color: Pine Tree. HEX triplet: 15, 18 and 12. RGB value is (21,24,18). Sum of RGB (Red+Green+Blue) = 21+24+18=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 24 - color contains mainly: green. Hex color #151812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151812 is #EAE7ED. Grayscale: #161616. Windows color (decimal): -15394798 or 1185813. OLE color: 1185813.

HSL color Cylindrical-coordinate representation of color #151812: hue angle of 90º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #151812 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 24 18 -
CMYK 0.13 0 0.25 0.91
HSL 90º 0.14% 0.08% -
HSV(B) 90º 0.25% 0.09% -
XYZ 0.75 0.86 0.7 -
YUV 22.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 21 24 18 0.13 0 0.25 0.91 90 0.14 0.08
Hex 15 18 12 D 0 19 5B 5A E 8
Octal 25 30 22 15 0 31 133 132 16 10
Binary 10101 11000 10010 1101 0 11001 1011011 1011010 1110 1000

Color Harmonies of #151812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151812

Black with #151812

Text Example


Text Example

White with #151812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151812; }

 p { color: rgb(21,24,18); }

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

background-color css

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

 a { background-color: rgb(21,24,18); }

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

border-color css

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

 span { border-color: rgb(21,24,18); }

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