#2A603A

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

Shades of Camarone #2A603A

Tints of Camarone #2A603A

Color information

#2A603A (or 0x2A603A) is unknown color: approx Camarone. HEX triplet: 2A, 60 and 3A. RGB value is (42,96,58). Sum of RGB (Red+Green+Blue) = 42+96+58=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #2A603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A603A is #D59FC5. Grayscale: #4B4B4B. Windows color (decimal): -14000070 or 3825706. OLE color: 3825706.

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

Color convert

RGB429658-
CMYK0.5600.400.62
HSL137.78º39.13%27.06%-
HSV(B)137.78º56.25%37.65%-
XYZ5.99.165.46-
YUV75.52118.11104.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=21.43%
G=48.98%
B=29.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296580.5600.400.62137.7839.1327.06
Hex2A603A380283E8a271b
Octal521407270050762124733
Binary101010110000011101011100001010001111101000101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,58); }

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

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

 a { background-color: rgb(42,96,58); }

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

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

 span { border-color: rgb(42,96,58); }

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