#2A623F

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

Shades of Green Pea #2A623F

Tints of Green Pea #2A623F

Color information

#2A623F (or 0x2A623F) is unknown color: approx Green Pea. HEX triplet: 2A, 62 and 3F. RGB value is (42,98,63). Sum of RGB (Red+Green+Blue) = 42+98+63=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #2A623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A623F is #D59DC0. Grayscale: #4D4D4D. Windows color (decimal): -13999553 or 4153898. OLE color: 4153898.

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

Color convert

RGB429863-
CMYK0.5700.360.62
HSL142.5º40%27.45%-
HSV(B)142.5º57.14%38.43%-
XYZ6.229.596.23-
YUV77.27119.95102.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 63 (25% from 255) = 31.03%
R=20.69%
G=48.28%
B=31.03%

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
Decimal4298630.5700.360.62142.54027.45
Hex2A623F390243E8e281b
Octal521427771044762165033
Binary101010110001011111111100101001001111101000111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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