Html Css Color HEX #293512 Pine Tree

📋 copy color: '#293512'

red 41 ◦ green 53 ◦ blue 18

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

Shades of Pine Tree #293512

Tints of Pine Tree #293512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.32%

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

R = 36.61%
G = 47.32%
B = 16.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#293512 (or 0x293512) is known color: Pine Tree. HEX triplet: 29, 35 and 12. RGB value is (41,53,18). Sum of RGB (Red+Green+Blue) = 41+53+18=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #293512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293512 is #D6CAED. Grayscale: #2D2D2D. Windows color (decimal): -14076654 or 1193257. OLE color: 1193257.

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

Color convert

RGB 41 53 18 -
CMYK 0.23 0 0.66 0.79
HSL 80.57º 0.49% 0.14% -
HSV(B) 80.57º 0.66% 0.21% -
XYZ 2.3 3.06 1.04 -
YUV 45.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 41 53 18 0.23 0 0.66 0.79 80.57 0.49 0.14
Hex 29 35 12 17 0 42 4F 51 31 E
Octal 51 65 22 27 0 102 117 121 61 16
Binary 101001 110101 10010 10111 0 1000010 1001111 1010001 110001 1110

Color Harmonies of #293512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293512

Black with #293512

Text Example


Text Example

White with #293512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293512; }

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

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

background-color css

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

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

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

border-color css

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

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

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