#29613A

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

Shades of Camarone #29613A

Tints of Camarone #29613A

Color information

#29613A (or 0x29613A) is unknown color: approx Camarone. HEX triplet: 29, 61 and 3A. RGB value is (41,97,58). Sum of RGB (Red+Green+Blue) = 41+97+58=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #29613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29613A is #D69EC5. Grayscale: #4B4B4B. Windows color (decimal): -14065350 or 3825961. OLE color: 3825961.

HSL color Cylindrical-coordinate representation of color #29613A: hue angle of 138.21º 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 #29613A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB419758-
CMYK0.5800.400.62
HSL138.21º40.58%27.06%-
HSV(B)138.21º57.73%38.04%-
XYZ5.959.335.49-
YUV75.81117.95103.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=20.92%
G=49.49%
B=29.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197580.5800.400.62138.2140.5827.06
Hex29613A3A0283E8a291b
Octal511417272050762125133
Binary101001110000111101011101001010001111101000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29613A; }

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

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

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

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

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

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

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

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