Html Css Color HEX #212C17 Pine Tree

📋 copy color: '#212C17'

red 33 ◦ green 44 ◦ blue 23

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

Shades of Pine Tree #212C17

Tints of Pine Tree #212C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23%

R = 33%
G = 44%
B = 23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.83

RGB Variations

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

Color information

#212C17 (or 0x212C17) is known color: Pine Tree. HEX triplet: 21, 2C and 17. RGB value is (33,44,23). Sum of RGB (Red+Green+Blue) = 33+44+23=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 44 - color contains mainly: green. Hex color #212C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C17 is #DED3E8. Grayscale: #262626. Windows color (decimal): -14603241 or 1518625. OLE color: 1518625.

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

Color convert

RGB 33 44 23 -
CMYK 0.25 0 0.48 0.83
HSL 91.43º 0.31% 0.13% -
HSV(B) 91.43º 0.48% 0.17% -
XYZ 1.68 2.19 1.14 -
YUV 38.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 33 44 23 0.25 0 0.48 0.83 91.43 0.31 0.13
Hex 21 2C 17 19 0 30 53 5B 1F D
Octal 41 54 27 31 0 60 123 133 37 15
Binary 100001 101100 10111 11001 0 110000 1010011 1011011 11111 1101

Color Harmonies of #212C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C17

Black with #212C17

Text Example


Text Example

White with #212C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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