#2A6A45

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

Shades of Green Pea #2A6A45

Tints of Green Pea #2A6A45

Color information

#2A6A45 (or 0x2A6A45) is unknown color: approx Green Pea. HEX triplet: 2A, 6A and 45. RGB value is (42,106,69). Sum of RGB (Red+Green+Blue) = 42+106+69=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6A45 is #D595BA. Grayscale: #525252. Windows color (decimal): -13997499 or 4549162. OLE color: 4549162.

HSL color Cylindrical-coordinate representation of color #2A6A45: hue angle of 145.31º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6A45 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB4210669-
CMYK0.6000.350.58
HSL145.31º43.24%29.02%-
HSV(B)145.31º60.38%41.57%-
XYZ7.1811.237.42-
YUV82.65120.399.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=19.35%
G=48.85%
B=31.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42106690.6000.350.58145.3143.2429.02
Hex2A6A453C0233A912b1d
Octal5215210574043722215335
Binary1010101101010100010111110001000111110101001000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,106,69); }

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

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

 a { background-color: rgb(42,106,69); }

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

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

 span { border-color: rgb(42,106,69); }

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