Html Css Color HEX #293A16 Pine Tree

📋 copy color: '#293A16'

red 41 ◦ green 58 ◦ blue 22

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

Shades of Pine Tree #293A16

Tints of Pine Tree #293A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 33.88%
G = 47.93%
B = 18.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.77

RGB Variations

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

Color information

#293A16 (or 0x293A16) is known color: Pine Tree. HEX triplet: 29, 3A and 16. RGB value is (41,58,22). Sum of RGB (Red+Green+Blue) = 41+58+22=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #293A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A16 is #D6C5E9. Grayscale: #303030. Windows color (decimal): -14075370 or 1456681. OLE color: 1456681.

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

Color convert

RGB 41 58 22 -
CMYK 0.29 0 0.62 0.77
HSL 88.33º 0.45% 0.16% -
HSV(B) 88.33º 0.62% 0.23% -
XYZ 2.57 3.56 1.31 -
YUV 48.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 41 58 22 0.29 0 0.62 0.77 88.33 0.45 0.16
Hex 29 3A 16 1D 0 3E 4D 58 2D 10
Octal 51 72 26 35 0 76 115 130 55 20
Binary 101001 111010 10110 11101 0 111110 1001101 1011000 101101 10000

Color Harmonies of #293A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A16

Black with #293A16

Text Example


Text Example

White with #293A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,22); }

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

background-color css

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

 a { background-color: rgb(41,58,22); }

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

border-color css

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

 span { border-color: rgb(41,58,22); }

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