Html Css Color HEX #293514 Pine Tree

📋 copy color: '#293514'

red 41 ◦ green 53 ◦ blue 20

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

Shades of Pine Tree #293514

Tints of Pine Tree #293514

RGB

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

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

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

R = 35.96%
G = 46.49%
B = 17.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#293514 (or 0x293514) is known color: Pine Tree. HEX triplet: 29, 35 and 14. RGB value is (41,53,20). Sum of RGB (Red+Green+Blue) = 41+53+20=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #293514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293514 is #D6CAEB. Grayscale: #2D2D2D. Windows color (decimal): -14076652 or 1324329. OLE color: 1324329.

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

Color convert

RGB 41 53 20 -
CMYK 0.23 0 0.62 0.79
HSL 81.82º 0.45% 0.14% -
HSV(B) 81.82º 0.62% 0.21% -
XYZ 2.31 3.07 1.13 -
YUV 45.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 41 53 20 0.23 0 0.62 0.79 81.82 0.45 0.14
Hex 29 35 14 17 0 3E 4F 52 2D E
Octal 51 65 24 27 0 76 117 122 55 16
Binary 101001 110101 10100 10111 0 111110 1001111 1010010 101101 1110

Color Harmonies of #293514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293514

Black with #293514

Text Example


Text Example

White with #293514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293514; }

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

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

background-color css

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

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

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

border-color css

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

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

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