#296515

Color #296515 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #296515

Tints of Green House #296515

Color information

#296515 (or 0x296515) is unknown color: approx Green House. HEX triplet: 29, 65 and 15. RGB value is (41,101,21). Sum of RGB (Red+Green+Blue) = 41+101+21=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #296515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296515 is #D69AEA. Grayscale: #4A4A4A. Windows color (decimal): -14064363 or 1402153. OLE color: 1402153.

HSL color Cylindrical-coordinate representation of color #296515: hue angle of 105º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296515 is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB4110121-
CMYK0.5900.790.60
HSL105º65.57%23.92%-
HSV(B)105º79.21%39.61%-
XYZ5.79.832.31-
YUV73.9498.12104.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 101 (39.84% from 255) = 61.96%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=25.15%
G=61.96%
B=12.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101210.5900.790.6010565.5723.92
Hex2965153B04F3C694218
Octal51145257301177415110230
Binary101001110010110101111011010011111111001101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296515; }

 p { color: rgb(41,101,21); }

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

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

 a { background-color: rgb(41,101,21); }

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

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

 span { border-color: rgb(41,101,21); }

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