#297641

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

Shades of Camarone #297641

Tints of Camarone #297641

Color information

#297641 (or 0x297641) is unknown color: approx Camarone. HEX triplet: 29, 76 and 41. RGB value is (41,118,65). Sum of RGB (Red+Green+Blue) = 41+118+65=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #297641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297641 is #D689BE. Grayscale: #595959. Windows color (decimal): -14059967 or 4290089. OLE color: 4290089.

HSL color Cylindrical-coordinate representation of color #297641: hue angle of 138.7º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297641 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB4111865-
CMYK0.6500.450.54
HSL138.7º48.43%31.18%-
HSV(B)138.7º65.25%46.27%-
XYZ8.3513.817.23-
YUV88.93114.4993.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=18.30%
G=52.68%
B=29.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118650.6500.450.54138.748.4331.18
Hex2976414102D368b301f
Octal51166101101055662136037
Binary10100111101101000001100000101011011101101000101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297641; }

 p { color: rgb(41,118,65); }

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

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

 a { background-color: rgb(41,118,65); }

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

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

 span { border-color: rgb(41,118,65); }

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