#2E603F

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

Shades of Green Pea #2E603F

Tints of Green Pea #2E603F

Color information

#2E603F (or 0x2E603F) is unknown color: approx Green Pea. HEX triplet: 2E, 60 and 3F. RGB value is (46,96,63). Sum of RGB (Red+Green+Blue) = 46+96+63=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #2E603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E603F is #D19FC0. Grayscale: #4D4D4D. Windows color (decimal): -13737921 or 4153390. OLE color: 4153390.

HSL color Cylindrical-coordinate representation of color #2E603F: hue angle of 140.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E603F is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB469663-
CMYK0.5200.340.62
HSL140.4º35.21%27.84%-
HSV(B)140.4º52.08%37.65%-
XYZ6.219.316.17-
YUV77.29119.94105.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 63 (25% from 255) = 30.73%
R=22.44%
G=46.83%
B=30.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696630.5200.340.62140.435.2127.84
Hex2E603F340223E8c231c
Octal561407764042762144334
Binary101110110000011111111010001000101111101000110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,63); }

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

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

 a { background-color: rgb(46,96,63); }

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

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

 span { border-color: rgb(46,96,63); }

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