Html Css Color HEX #293412 Pine Tree

📋 copy color: '#293412'

red 41 ◦ green 52 ◦ blue 18

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

Shades of Pine Tree #293412

Tints of Pine Tree #293412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.85%

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 36.94%
G = 46.85%
B = 16.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#293412 (or 0x293412) is known color: Pine Tree. HEX triplet: 29, 34 and 12. RGB value is (41,52,18). Sum of RGB (Red+Green+Blue) = 41+52+18=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #293412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293412 is #D6CBED. Grayscale: #2C2C2C. Windows color (decimal): -14076910 or 1193001. OLE color: 1193001.

HSL color Cylindrical-coordinate representation of color #293412: hue angle of 79.41º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293412 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 18 -
CMYK 0.21 0 0.65 0.80
HSL 79.41º 0.49% 0.14% -
HSV(B) 79.41º 0.65% 0.2% -
XYZ 2.25 2.97 1.03 -
YUV 44.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 41 52 18 0.21 0 0.65 0.80 79.41 0.49 0.14
Hex 29 34 12 15 0 41 50 4F 31 E
Octal 51 64 22 25 0 101 120 117 61 16
Binary 101001 110100 10010 10101 0 1000001 1010000 1001111 110001 1110

Color Harmonies of #293412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293412

Black with #293412

Text Example


Text Example

White with #293412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293412; }

 p { color: rgb(41,52,18); }

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

background-color css

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

 a { background-color: rgb(41,52,18); }

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

border-color css

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

 span { border-color: rgb(41,52,18); }

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