Html Css Color HEX #293B15 Pine Tree

📋 copy color: '#293B15'

red 41 ◦ green 59 ◦ blue 21

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

Shades of Pine Tree #293B15

Tints of Pine Tree #293B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 48.76%

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

R = 33.88%
G = 48.76%
B = 17.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#293B15 (or 0x293B15) is known color: Pine Tree. HEX triplet: 29, 3B and 15. RGB value is (41,59,21). Sum of RGB (Red+Green+Blue) = 41+59+21=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #293B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B15 is #D6C4EA. Grayscale: #313131. Windows color (decimal): -14075115 or 1391401. OLE color: 1391401.

HSL color Cylindrical-coordinate representation of color #293B15: hue angle of 88.42º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293B15 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 59 21 -
CMYK 0.31 0 0.64 0.77
HSL 88.42º 0.48% 0.16% -
HSV(B) 88.42º 0.64% 0.23% -
XYZ 2.61 3.65 1.28 -
YUV 49.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 41 59 21 0.31 0 0.64 0.77 88.42 0.48 0.16
Hex 29 3B 15 1F 0 40 4D 58 30 10
Octal 51 73 25 37 0 100 115 130 60 20
Binary 101001 111011 10101 11111 0 1000000 1001101 1011000 110000 10000

Color Harmonies of #293B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B15

Black with #293B15

Text Example


Text Example

White with #293B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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