#296513

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

Shades of Green House #296513

Tints of Green House #296513

Color information

#296513 (or 0x296513) is unknown color: approx Green House. HEX triplet: 29, 65 and 13. RGB value is (41,101,19). Sum of RGB (Red+Green+Blue) = 41+101+19=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #296513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296513 is #D69AEC. Grayscale: #494949. Windows color (decimal): -14064365 or 1271081. OLE color: 1271081.

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

Color convert

RGB4110119-
CMYK0.5900.810.60
HSL103.9º68.33%23.53%-
HSV(B)103.9º81.19%39.61%-
XYZ5.699.832.21-
YUV73.7197.12104.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 101 (39.84% from 255) = 62.73%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=25.47%
G=62.73%
B=11.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101190.5900.810.60103.968.3323.53
Hex2965133B0513C684418
Octal51145237301217415010430
Binary101001110010110011111011010100011111001101000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296513; }

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

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

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

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

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

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

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

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