Html Css Color HEX #212C15 Pine Tree

📋 copy color: '#212C15'

red 33 ◦ green 44 ◦ blue 21

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

Shades of Pine Tree #212C15

Tints of Pine Tree #212C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44.9%

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

R = 33.67%
G = 44.9%
B = 21.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.83

RGB Variations

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

Color information

#212C15 (or 0x212C15) is known color: Pine Tree. HEX triplet: 21, 2C and 15. RGB value is (33,44,21). Sum of RGB (Red+Green+Blue) = 33+44+21=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #212C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C15 is #DED3EA. Grayscale: #262626. Windows color (decimal): -14603243 or 1387553. OLE color: 1387553.

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

Color convert

RGB 33 44 21 -
CMYK 0.25 0 0.52 0.83
HSL 88.7º 0.35% 0.13% -
HSV(B) 88.7º 0.52% 0.17% -
XYZ 1.66 2.18 1.04 -
YUV 38.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 33 44 21 0.25 0 0.52 0.83 88.7 0.35 0.13
Hex 21 2C 15 19 0 34 53 59 23 D
Octal 41 54 25 31 0 64 123 131 43 15
Binary 100001 101100 10101 11001 0 110100 1010011 1011001 100011 1101

Color Harmonies of #212C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C15

Black with #212C15

Text Example


Text Example

White with #212C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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