Html Css Color HEX #292E21 Pine Tree

📋 copy color: '#292E21'

red 41 ◦ green 46 ◦ blue 33

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

Shades of Pine Tree #292E21

Tints of Pine Tree #292E21

RGB

 RED value IS 41 (16.41% from 255) = 34.17%

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 34.17%
G = 38.33%
B = 27.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#292E21 (or 0x292E21) is known color: Pine Tree. HEX triplet: 29, 2E and 21. RGB value is (41,46,33). Sum of RGB (Red+Green+Blue) = 41+46+33=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #292E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E21 is #D6D1DE. Grayscale: #2B2B2B. Windows color (decimal): -14078431 or 2174505. OLE color: 2174505.

HSL color Cylindrical-coordinate representation of color #292E21: hue angle of 83.08º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #292E21 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 46 33 -
CMYK 0.11 0 0.28 0.82
HSL 83.08º 0.16% 0.15% -
HSV(B) 83.08º 0.28% 0.18% -
XYZ 2.17 2.54 1.81 -
YUV 43.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 41 46 33 0.11 0 0.28 0.82 83.08 0.16 0.15
Hex 29 2E 21 B 0 1C 52 53 10 F
Octal 51 56 41 13 0 34 122 123 20 17
Binary 101001 101110 100001 1011 0 11100 1010010 1010011 10000 1111

Color Harmonies of #292E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E21

Black with #292E21

Text Example


Text Example

White with #292E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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