#293C12

Color #293C12 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #293C12

Tints of Pine Tree #293C12

Color information

#293C12 (or 0x293C12) is unknown color: approx Pine Tree. HEX triplet: 29, 3C and 12. RGB value is (41,60,18). Sum of RGB (Red+Green+Blue) = 41+60+18=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #293C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293C12 is #D6C3ED. Grayscale: #313131. Windows color (decimal): -14074862 or 1195049. OLE color: 1195049.

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

Color convert

RGB416018-
CMYK0.3200.70.76
HSL87.14º53.85%15.29%-
HSV(B)87.14º70%23.53%-
XYZ2.643.751.16-
YUV49.53110.21121.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 60 (23.83% from 255) = 50.42%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=34.45%
G=50.42%
B=15.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4160180.3200.70.7687.1453.8515.29
Hex293C12200464C5736f
Octal5174224001061141276617
Binary1010011111001001010000001000110100110010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #293C12;
 }
 .AnyTagClassName
 {
   color: #293C12;
 }
</style>
background-color css

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

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

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

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

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

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