#2A653F

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

Shades of Green Pea #2A653F

Tints of Green Pea #2A653F

Color information

#2A653F (or 0x2A653F) is unknown color: approx Green Pea. HEX triplet: 2A, 65 and 3F. RGB value is (42,101,63). Sum of RGB (Red+Green+Blue) = 42+101+63=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #2A653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A653F is #D59AC0. Grayscale: #4F4F4F. Windows color (decimal): -13998785 or 4154666. OLE color: 4154666.

HSL color Cylindrical-coordinate representation of color #2A653F: hue angle of 141.36º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A653F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB4210163-
CMYK0.5800.380.60
HSL141.36º41.26%28.04%-
HSV(B)141.36º58.42%39.61%-
XYZ6.5110.166.32-
YUV79.03118.95101.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 63 (25% from 255) = 30.58%
R=20.39%
G=49.03%
B=30.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101630.5800.380.60141.3641.2628.04
Hex2A653F3A0263C8d291c
Octal521457772046742155134
Binary101010110010111111111101001001101111001000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,101,63); }

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

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

 a { background-color: rgb(42,101,63); }

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

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

 span { border-color: rgb(42,101,63); }

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