#2A643F

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

Shades of Green Pea #2A643F

Tints of Green Pea #2A643F

Color information

#2A643F (or 0x2A643F) is unknown color: approx Green Pea. HEX triplet: 2A, 64 and 3F. RGB value is (42,100,63). Sum of RGB (Red+Green+Blue) = 42+100+63=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #2A643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A643F is #D59BC0. Grayscale: #4E4E4E. Windows color (decimal): -13999041 or 4154410. OLE color: 4154410.

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

Color convert

RGB4210063-
CMYK0.5800.370.61
HSL141.72º40.85%27.84%-
HSV(B)141.72º58%39.22%-
XYZ6.419.976.29-
YUV78.44119.28102.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 63 (25% from 255) = 30.73%
R=20.49%
G=48.78%
B=30.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100630.5800.370.61141.7240.8527.84
Hex2A643F3A0253D8e291c
Octal521447772045752165134
Binary101010110010011111111101001001011111011000111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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