Html Css Color HEX #293C16 Pine Tree

📋 copy color: '#293C16'

red 41 ◦ green 60 ◦ blue 22

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

Shades of Pine Tree #293C16

Tints of Pine Tree #293C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 48.78%

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

R = 33.33%
G = 48.78%
B = 17.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#293C16 (or 0x293C16) is known color: Pine Tree. HEX triplet: 29, 3C and 16. RGB value is (41,60,22). Sum of RGB (Red+Green+Blue) = 41+60+22=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #293C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293C16 is #D6C3E9. Grayscale: #323232. Windows color (decimal): -14074858 or 1457193. OLE color: 1457193.

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

Color convert

RGB 41 60 22 -
CMYK 0.32 0 0.63 0.76
HSL 90º 0.46% 0.16% -
HSV(B) 90º 0.63% 0.24% -
XYZ 2.68 3.76 1.34 -
YUV 49.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 41 60 22 0.32 0 0.63 0.76 90 0.46 0.16
Hex 29 3C 16 20 0 3F 4C 5A 2E 10
Octal 51 74 26 40 0 77 114 132 56 20
Binary 101001 111100 10110 100000 0 111111 1001100 1011010 101110 10000

Color Harmonies of #293C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C16

Black with #293C16

Text Example


Text Example

White with #293C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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