#296138

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

Shades of Camarone #296138

Tints of Camarone #296138

Color information

#296138 (or 0x296138) is unknown color: approx Camarone. HEX triplet: 29, 61 and 38. RGB value is (41,97,56). Sum of RGB (Red+Green+Blue) = 41+97+56=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #296138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296138 is #D69EC7. Grayscale: #4B4B4B. Windows color (decimal): -14065352 or 3694889. OLE color: 3694889.

HSL color Cylindrical-coordinate representation of color #296138: hue angle of 136.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296138 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB419756-
CMYK0.5800.420.62
HSL136.07º40.58%27.06%-
HSV(B)136.07º57.73%38.04%-
XYZ5.99.315.23-
YUV75.58116.95103.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=21.13%
G=50%
B=28.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197560.5800.420.62136.0740.5827.06
Hex2961383A02A3E88291b
Octal511417072052762105133
Binary101001110000111100011101001010101111101000100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296138; }

 p { color: rgb(41,97,56); }

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

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

 a { background-color: rgb(41,97,56); }

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

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

 span { border-color: rgb(41,97,56); }

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