Html Css Color HEX #293D15 Pine Tree

📋 copy color: '#293D15'

red 41 ◦ green 61 ◦ blue 21

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

Shades of Pine Tree #293D15

Tints of Pine Tree #293D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 49.59%

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

R = 33.33%
G = 49.59%
B = 17.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#293D15 (or 0x293D15) is known color: Pine Tree. HEX triplet: 29, 3D and 15. RGB value is (41,61,21). Sum of RGB (Red+Green+Blue) = 41+61+21=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #293D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D15 is #D6C2EA. Grayscale: #323232. Windows color (decimal): -14074603 or 1391913. OLE color: 1391913.

HSL color Cylindrical-coordinate representation of color #293D15: hue angle of 90º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293D15 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 61 21 -
CMYK 0.33 0 0.66 0.76
HSL 90º 0.49% 0.16% -
HSV(B) 90º 0.66% 0.24% -
XYZ 2.72 3.86 1.31 -
YUV 50.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 41 61 21 0.33 0 0.66 0.76 90 0.49 0.16
Hex 29 3D 15 21 0 42 4C 5A 31 10
Octal 51 75 25 41 0 102 114 132 61 20
Binary 101001 111101 10101 100001 0 1000010 1001100 1011010 110001 10000

Color Harmonies of #293D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D15

Black with #293D15

Text Example


Text Example

White with #293D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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