#29633B

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

Shades of Camarone #29633B

Tints of Camarone #29633B

Color information

#29633B (or 0x29633B) is unknown color: approx Camarone. HEX triplet: 29, 63 and 3B. RGB value is (41,99,59). Sum of RGB (Red+Green+Blue) = 41+99+59=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #29633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29633B is #D69CC4. Grayscale: #4D4D4D. Windows color (decimal): -14064837 or 3892009. OLE color: 3892009.

HSL color Cylindrical-coordinate representation of color #29633B: hue angle of 138.62º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29633B is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB419959-
CMYK0.5900.400.61
HSL138.62º41.43%27.45%-
HSV(B)138.62º58.59%38.82%-
XYZ6.179.715.69-
YUV77.1117.78102.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=20.60%
G=49.75%
B=29.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199590.5900.400.61138.6241.4327.45
Hex29633B3B0283D8b291b
Octal511437373050752135133
Binary101001110001111101111101101010001111011000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29633B; }

 p { color: rgb(41,99,59); }

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

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

 a { background-color: rgb(41,99,59); }

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

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

 span { border-color: rgb(41,99,59); }

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