Html Css Color HEX #212715 Pine Tree

📋 copy color: '#212715'

red 33 ◦ green 39 ◦ blue 21

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

Shades of Pine Tree #212715

Tints of Pine Tree #212715

RGB

 RED value IS 33 (13.28% from 255) = 35.48%

 GREEN value IS 39 (15.63% 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 value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#212715 (or 0x212715) is known color: 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

RGB 33 39 21 -
CMYK 0.15 0 0.46 0.85
HSL 80º 0.3% 0.12% -
HSV(B) 80º 0.46% 0.15% -
XYZ 1.49 1.83 0.98 -
YUV 35.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 33 39 21 0.15 0 0.46 0.85 80 0.3 0.12
Hex 21 27 15 F 0 2E 55 50 1E C
Octal 41 47 25 17 0 56 125 120 36 14
Binary 100001 100111 10101 1111 0 101110 1010101 1010000 11110 1100

Color Harmonies of #212715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212715

Black with #212715

Text Example


Text Example

White with #212715

Text Example


Text Example

HTML Codes & Css Web 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>