Html Css Color HEX #212B15 Pine Tree

📋 copy color: '#212B15'

red 33 ◦ green 43 ◦ blue 21

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

Shades of Pine Tree #212B15

Tints of Pine Tree #212B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 44.33%

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

R = 34.02%
G = 44.33%
B = 21.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#212B15 (or 0x212B15) is known color: Pine Tree. HEX triplet: 21, 2B and 15. RGB value is (33,43,21). Sum of RGB (Red+Green+Blue) = 33+43+21=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 43 - color contains mainly: green. Hex color #212B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212B15 is #DED4EA. Grayscale: #252525. Windows color (decimal): -14603499 or 1387297. OLE color: 1387297.

HSL color Cylindrical-coordinate representation of color #212B15: hue angle of 87.27º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212B15 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 43 21 -
CMYK 0.23 0 0.51 0.83
HSL 87.27º 0.34% 0.13% -
HSV(B) 87.27º 0.51% 0.17% -
XYZ 1.63 2.11 1.03 -
YUV 37.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 33 43 21 0.23 0 0.51 0.83 87.27 0.34 0.13
Hex 21 2B 15 17 0 33 53 57 22 D
Octal 41 53 25 27 0 63 123 127 42 15
Binary 100001 101011 10101 10111 0 110011 1010011 1010111 100010 1101

Color Harmonies of #212B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B15

Black with #212B15

Text Example


Text Example

White with #212B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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