#2A613B

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

Shades of Camarone #2A613B

Tints of Camarone #2A613B

Color information

#2A613B (or 0x2A613B) is unknown color: approx Camarone. HEX triplet: 2A, 61 and 3B. RGB value is (42,97,59). Sum of RGB (Red+Green+Blue) = 42+97+59=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #2A613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A613B is #D59EC4. Grayscale: #4C4C4C. Windows color (decimal): -13999813 or 3891498. OLE color: 3891498.

HSL color Cylindrical-coordinate representation of color #2A613B: hue angle of 138.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A613B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB429759-
CMYK0.5700.390.62
HSL138.55º39.57%27.25%-
HSV(B)138.55º56.7%38.04%-
XYZ6.029.365.63-
YUV76.22118.28103.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=21.21%
G=48.99%
B=29.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297590.5700.390.62138.5539.5727.25
Hex2A613B390273E8b281b
Octal521417371047762135033
Binary101010110000111101111100101001111111101000101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A613B; }

 p { color: rgb(42,97,59); }

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

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

 a { background-color: rgb(42,97,59); }

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

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

 span { border-color: rgb(42,97,59); }

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