#2A613E

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

Shades of Green Pea #2A613E

Tints of Green Pea #2A613E

Color information

#2A613E (or 0x2A613E) is unknown color: approx Green Pea. HEX triplet: 2A, 61 and 3E. RGB value is (42,97,62). Sum of RGB (Red+Green+Blue) = 42+97+62=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #2A613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A613E is #D59EC1. Grayscale: #4C4C4C. Windows color (decimal): -13999810 or 4088106. OLE color: 4088106.

HSL color Cylindrical-coordinate representation of color #2A613E: hue angle of 141.82º 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 #2A613E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB429762-
CMYK0.5700.360.62
HSL141.82º39.57%27.25%-
HSV(B)141.82º56.7%38.04%-
XYZ6.19.396.05-
YUV76.56119.78103.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=20.90%
G=48.26%
B=30.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297620.5700.360.62141.8239.5727.25
Hex2A613E390243E8e281b
Octal521417671044762165033
Binary101010110000111111011100101001001111101000111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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