#2A773D

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

Shades of Camarone #2A773D

Tints of Camarone #2A773D

Color information

#2A773D (or 0x2A773D) is unknown color: approx Camarone. HEX triplet: 2A, 77 and 3D. RGB value is (42,119,61). Sum of RGB (Red+Green+Blue) = 42+119+61=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #2A773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A773D is #D588C2. Grayscale: #595959. Windows color (decimal): -13994179 or 4028202. OLE color: 4028202.

HSL color Cylindrical-coordinate representation of color #2A773D: hue angle of 134.81º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A773D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB4211961-
CMYK0.6500.490.53
HSL134.81º47.83%31.57%-
HSV(B)134.81º64.71%46.67%-
XYZ8.3914.026.68-
YUV89.36111.9994.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=18.92%
G=53.60%
B=27.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119610.6500.490.53134.8147.8331.57
Hex2A773D4103135873020
Octal5216775101061652076040
Binary10101011101111111011000001011000111010110000111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,61); }

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

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

 a { background-color: rgb(42,119,61); }

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

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

 span { border-color: rgb(42,119,61); }

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