Html Css Color HEX #293614 Pine Tree

📋 copy color: '#293614'

red 41 ◦ green 54 ◦ blue 20

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

Shades of Pine Tree #293614

Tints of Pine Tree #293614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.96%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 35.65%
G = 46.96%
B = 17.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#293614 (or 0x293614) is known color: Pine Tree. HEX triplet: 29, 36 and 14. RGB value is (41,54,20). Sum of RGB (Red+Green+Blue) = 41+54+20=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #293614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293614 is #D6C9EB. Grayscale: #2E2E2E. Windows color (decimal): -14076396 or 1324585. OLE color: 1324585.

HSL color Cylindrical-coordinate representation of color #293614: hue angle of 82.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293614 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 20 -
CMYK 0.24 0 0.63 0.79
HSL 82.94º 0.46% 0.15% -
HSV(B) 82.94º 0.63% 0.21% -
XYZ 2.36 3.16 1.15 -
YUV 46.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 41 54 20 0.24 0 0.63 0.79 82.94 0.46 0.15
Hex 29 36 14 18 0 3F 4F 53 2E F
Octal 51 66 24 30 0 77 117 123 56 17
Binary 101001 110110 10100 11000 0 111111 1001111 1010011 101110 1111

Color Harmonies of #293614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293614

Black with #293614

Text Example


Text Example

White with #293614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293614; }

 p { color: rgb(41,54,20); }

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

background-color css

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

 a { background-color: rgb(41,54,20); }

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

border-color css

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

 span { border-color: rgb(41,54,20); }

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