#2D603F

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

Shades of Green Pea #2D603F

Tints of Green Pea #2D603F

Color information

#2D603F (or 0x2D603F) is unknown color: approx Green Pea. HEX triplet: 2D, 60 and 3F. RGB value is (45,96,63). Sum of RGB (Red+Green+Blue) = 45+96+63=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #2D603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D603F is #D29FC0. Grayscale: #4D4D4D. Windows color (decimal): -13803457 or 4153389. OLE color: 4153389.

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

Color convert

RGB459663-
CMYK0.5300.340.62
HSL141.18º36.17%27.65%-
HSV(B)141.18º53.12%37.65%-
XYZ6.169.286.17-
YUV76.99120.1105.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 63 (25% from 255) = 30.88%
R=22.06%
G=47.06%
B=30.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596630.5300.340.62141.1836.1727.65
Hex2D603F350223E8d241c
Octal551407765042762154434
Binary101101110000011111111010101000101111101000110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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