Html Css Color HEX #293515 Pine Tree

📋 copy color: '#293515'

red 41 ◦ green 53 ◦ blue 21

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

Shades of Pine Tree #293515

Tints of Pine Tree #293515

RGB

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

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

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

R = 35.65%
G = 46.09%
B = 18.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#293515 (or 0x293515) is known color: Pine Tree. HEX triplet: 29, 35 and 15. RGB value is (41,53,21). Sum of RGB (Red+Green+Blue) = 41+53+21=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #293515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293515 is #D6CAEA. Grayscale: #2D2D2D. Windows color (decimal): -14076651 or 1389865. OLE color: 1389865.

HSL color Cylindrical-coordinate representation of color #293515: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293515 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 21 -
CMYK 0.23 0 0.60 0.79
HSL 82.5º 0.43% 0.15% -
HSV(B) 82.5º 0.6% 0.21% -
XYZ 2.32 3.07 1.18 -
YUV 45.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 41 53 21 0.23 0 0.60 0.79 82.5 0.43 0.15
Hex 29 35 15 17 0 3C 4F 52 2B F
Octal 51 65 25 27 0 74 117 122 53 17
Binary 101001 110101 10101 10111 0 111100 1001111 1010010 101011 1111

Color Harmonies of #293515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293515

Black with #293515

Text Example


Text Example

White with #293515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293515; }

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

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

background-color css

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

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

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

border-color css

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

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

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