#293812

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

Shades of Pine Tree #293812

Tints of Pine Tree #293812

Color information

#293812 (or 0x293812) is unknown color: approx Pine Tree. HEX triplet: 29, 38 and 12. RGB value is (41,56,18). Sum of RGB (Red+Green+Blue) = 41+56+18=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #293812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293812 is #D6C7ED. Grayscale: #2F2F2F. Windows color (decimal): -14075886 or 1194025. OLE color: 1194025.

HSL color Cylindrical-coordinate representation of color #293812: hue angle of 83.68º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293812 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB415618-
CMYK0.2700.680.78
HSL83.68º51.35%14.51%-
HSV(B)83.68º67.86%21.96%-
XYZ2.443.341.09-
YUV47.18111.53123.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 56 (22.27% from 255) = 48.70%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=35.65%
G=48.70%
B=15.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156180.2700.680.7883.6851.3514.51
Hex2938121B0444E5433f
Octal5170223301041161246317
Binary101001111000100101101101000100100111010101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293812; }

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

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

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

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

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

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

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

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