#212715

Color #212715 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #212715

Tints of Pine Tree #212715

Color information

#212715 (or 0x212715) is unknown color: approx Pine Tree. HEX triplet: 21, 27 and 15. RGB value is (33,39,21). Sum of RGB (Red+Green+Blue) = 33+39+21=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #212715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212715 is #DED8EA. Grayscale: #232323. Windows color (decimal): -14604523 or 1386273. OLE color: 1386273.

HSL color Cylindrical-coordinate representation of color #212715: hue angle of 80º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #212715 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB333921-
CMYK0.1500.460.85
HSL80º30%11.76%-
HSV(B)80º46.15%15.29%-
XYZ1.491.830.98-
YUV35.15120.01126.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=35.48%
G=41.94%
B=22.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339210.1500.460.85803011.76
Hex212715F02E55501ec
Octal414725170561251203614
Binary100001100111101011111010111010101011010000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212715; }

 p { color: rgb(33,39,21); }

 H1.HeaderClassName
 {
   color: #212715;
 }
 .AnyTagClassName
 {
   color: #212715;
 }
</style>
background-color css

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

 a { background-color: rgb(33,39,21); }

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

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

 span { border-color: rgb(33,39,21); }

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