#2A8267

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

Shades of Genoa #2A8267

Tints of Genoa #2A8267

Color information

#2A8267 (or 0x2A8267) is unknown color: approx Genoa. HEX triplet: 2A, 82 and 67. RGB value is (42,130,103). Sum of RGB (Red+Green+Blue) = 42+130+103=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8267 is #D57D98. Grayscale: #646464. Windows color (decimal): -13991321 or 6783530. OLE color: 6783530.

HSL color Cylindrical-coordinate representation of color #2A8267: hue angle of 161.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8267 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB42130103-
CMYK0.6800.210.49
HSL161.59º51.16%33.73%-
HSV(B)161.59º67.69%50.98%-
XYZ11.3917.4415.6-
YUV100.61129.3586.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=15.27%
G=47.27%
B=37.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421301030.6800.210.49161.5951.1633.73
Hex2A82674401531a23322
Octal52202147104025612426342
Binary101010100000101100111100010001010111000110100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,130,103); }

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

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

 a { background-color: rgb(42,130,103); }

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

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

 span { border-color: rgb(42,130,103); }

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