Html Css Color HEX #293415 Pine Tree

📋 copy color: '#293415'

red 41 ◦ green 52 ◦ blue 21

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

Shades of Pine Tree #293415

Tints of Pine Tree #293415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 35.96%
G = 45.61%
B = 18.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#293415 (or 0x293415) is known color: Pine Tree. HEX triplet: 29, 34 and 15. RGB value is (41,52,21). Sum of RGB (Red+Green+Blue) = 41+52+21=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #293415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293415 is #D6CBEA. Grayscale: #2D2D2D. Windows color (decimal): -14076907 or 1389609. OLE color: 1389609.

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

Color convert

RGB 41 52 21 -
CMYK 0.21 0 0.60 0.80
HSL 81.29º 0.42% 0.14% -
HSV(B) 81.29º 0.6% 0.2% -
XYZ 2.28 2.98 1.16 -
YUV 45.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 41 52 21 0.21 0 0.60 0.80 81.29 0.42 0.14
Hex 29 34 15 15 0 3C 50 51 2A E
Octal 51 64 25 25 0 74 120 121 52 16
Binary 101001 110100 10101 10101 0 111100 1010000 1010001 101010 1110

Color Harmonies of #293415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293415

Black with #293415

Text Example


Text Example

White with #293415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293415; }

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

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

background-color css

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

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

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

border-color css

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

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

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