#296937

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

Shades of Camarone #296937

Tints of Camarone #296937

Color information

#296937 (or 0x296937) is unknown color: approx Camarone. HEX triplet: 29, 69 and 37. RGB value is (41,105,55). Sum of RGB (Red+Green+Blue) = 41+105+55=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #296937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296937 is #D696C8. Grayscale: #505050. Windows color (decimal): -14063305 or 3631401. OLE color: 3631401.

HSL color Cylindrical-coordinate representation of color #296937: hue angle of 133.12º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296937 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB4110555-
CMYK0.6100.480.59
HSL133.12º43.84%28.63%-
HSV(B)133.12º60.95%41.18%-
XYZ6.6610.855.36-
YUV80.16113.8100.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=20.40%
G=52.24%
B=27.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105550.6100.480.59133.1243.8428.63
Hex2969373D0303B852c1d
Octal511516775060732055435
Binary101001110100111011111110101100001110111000010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296937; }

 p { color: rgb(41,105,55); }

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

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

 a { background-color: rgb(41,105,55); }

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

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

 span { border-color: rgb(41,105,55); }

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