#293A0F

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

Shades of Pine Tree #293A0F

Tints of Pine Tree #293A0F

Color information

#293A0F (or 0x293A0F) is unknown color: approx Pine Tree. HEX triplet: 29, 3A and 0F. RGB value is (41,58,15). Sum of RGB (Red+Green+Blue) = 41+58+15=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #293A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A0F is #D6C5F0. Grayscale: #303030. Windows color (decimal): -14075377 or 997929. OLE color: 997929.

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

Color convert

RGB415815-
CMYK0.2900.740.77
HSL83.72º58.9%14.31%-
HSV(B)83.72º74.14%22.75%-
XYZ2.513.531-
YUV48.02109.37123-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=35.96%
G=50.88%
B=13.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158150.2900.740.7783.7258.914.31
Hex293AF1D04A4D543be
Octal5172173501121151247316
Binary10100111101011111110101001010100110110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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