Html Css Color HEX #212918 Pine Tree

📋 copy color: '#212918'

red 33 ◦ green 41 ◦ blue 24

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

Shades of Pine Tree #212918

Tints of Pine Tree #212918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 41.84%

 BLUE value IS 24 (9.77% from 255) = 24.49%

R = 33.67%
G = 41.84%
B = 24.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#212918 (or 0x212918) is known color: Pine Tree. HEX triplet: 21, 29 and 18. RGB value is (33,41,24). Sum of RGB (Red+Green+Blue) = 33+41+24=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #212918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212918 is #DED6E7. Grayscale: #242424. Windows color (decimal): -14604008 or 1583393. OLE color: 1583393.

HSL color Cylindrical-coordinate representation of color #212918: hue angle of 88.24º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #212918 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 41 24 -
CMYK 0.20 0 0.41 0.84
HSL 88.24º 0.26% 0.13% -
HSV(B) 88.24º 0.41% 0.16% -
XYZ 1.59 1.98 1.16 -
YUV 36.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 33 41 24 0.20 0 0.41 0.84 88.24 0.26 0.13
Hex 21 29 18 14 0 29 54 58 1A D
Octal 41 51 30 24 0 51 124 130 32 15
Binary 100001 101001 11000 10100 0 101001 1010100 1011000 11010 1101

Color Harmonies of #212918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212918

Black with #212918

Text Example


Text Example

White with #212918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212918; }

 p { color: rgb(33,41,24); }

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

background-color css

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

 a { background-color: rgb(33,41,24); }

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

border-color css

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

 span { border-color: rgb(33,41,24); }

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