#295F39

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

Shades of Camarone #295F39

Tints of Camarone #295F39

Color information

#295F39 (or 0x295F39) is unknown color: approx Camarone. HEX triplet: 29, 5F and 39. RGB value is (41,95,57). Sum of RGB (Red+Green+Blue) = 41+95+57=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #295F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F39 is #D6A0C6. Grayscale: #4A4A4A. Windows color (decimal): -14065863 or 3759913. OLE color: 3759913.

HSL color Cylindrical-coordinate representation of color #295F39: hue angle of 137.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F39 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB419557-
CMYK0.5700.400.63
HSL137.78º39.71%26.67%-
HSV(B)137.78º56.84%37.25%-
XYZ5.758.955.3-
YUV74.52118.11104.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=21.24%
G=49.22%
B=29.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195570.5700.400.63137.7839.7126.67
Hex295F39390283F8a281b
Octal511377171050772125033
Binary101001101111111100111100101010001111111000101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295F39; }

 p { color: rgb(41,95,57); }

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

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

 a { background-color: rgb(41,95,57); }

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

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

 span { border-color: rgb(41,95,57); }

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