Html Css Color HEX #212A15 Pine Tree

📋 copy color: '#212A15'

red 33 ◦ green 42 ◦ blue 21

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

Shades of Pine Tree #212A15

Tints of Pine Tree #212A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 43.75%

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 34.38%
G = 43.75%
B = 21.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.84

RGB Variations

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

Color information

#212A15 (or 0x212A15) is known color: Pine Tree. HEX triplet: 21, 2A and 15. RGB value is (33,42,21). Sum of RGB (Red+Green+Blue) = 33+42+21=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #212A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A15 is #DED5EA. Grayscale: #242424. Windows color (decimal): -14603755 or 1387041. OLE color: 1387041.

HSL color Cylindrical-coordinate representation of color #212A15: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212A15 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 42 21 -
CMYK 0.21 0 0.50 0.84
HSL 85.71º 0.33% 0.12% -
HSV(B) 85.71º 0.5% 0.16% -
XYZ 1.59 2.03 1.02 -
YUV 36.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 33 42 21 0.21 0 0.50 0.84 85.71 0.33 0.12
Hex 21 2A 15 15 0 32 54 56 21 C
Octal 41 52 25 25 0 62 124 126 41 14
Binary 100001 101010 10101 10101 0 110010 1010100 1010110 100001 1100

Color Harmonies of #212A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A15

Black with #212A15

Text Example


Text Example

White with #212A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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