Html Css Color HEX #293413 Pine Tree

📋 copy color: '#293413'

red 41 ◦ green 52 ◦ blue 19

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

Shades of Pine Tree #293413

Tints of Pine Tree #293413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.96%

R = 36.61%
G = 46.43%
B = 16.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#293413 (or 0x293413) is known color: Pine Tree. HEX triplet: 29, 34 and 13. RGB value is (41,52,19). Sum of RGB (Red+Green+Blue) = 41+52+19=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #293413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293413 is #D6CBEC. Grayscale: #2D2D2D. Windows color (decimal): -14076909 or 1258537. OLE color: 1258537.

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

Color convert

RGB 41 52 19 -
CMYK 0.21 0 0.63 0.80
HSL 80º 0.46% 0.14% -
HSV(B) 80º 0.63% 0.2% -
XYZ 2.26 2.97 1.07 -
YUV 44.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 41 52 19 0.21 0 0.63 0.80 80 0.46 0.14
Hex 29 34 13 15 0 3F 50 50 2E E
Octal 51 64 23 25 0 77 120 120 56 16
Binary 101001 110100 10011 10101 0 111111 1010000 1010000 101110 1110

Color Harmonies of #293413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293413

Black with #293413

Text Example


Text Example

White with #293413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293413; }

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

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

background-color css

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

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

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

border-color css

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

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

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