#2D5C3F

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

Shades of Green Pea #2D5C3F

Tints of Green Pea #2D5C3F

Color information

#2D5C3F (or 0x2D5C3F) is unknown color: approx Green Pea. HEX triplet: 2D, 5C and 3F. RGB value is (45,92,63). Sum of RGB (Red+Green+Blue) = 45+92+63=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5C3F is #D2A3C0. Grayscale: #4A4A4A. Windows color (decimal): -13804481 or 4152365. OLE color: 4152365.

HSL color Cylindrical-coordinate representation of color #2D5C3F: hue angle of 142.98º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5C3F is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB459263-
CMYK0.5100.320.64
HSL142.98º34.31%26.86%-
HSV(B)142.98º51.09%36.08%-
XYZ5.818.576.05-
YUV74.64121.43106.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.5%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 63 (25% from 255) = 31.5%
R=22.5%
G=46%
B=31.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4592630.5100.320.64142.9834.3126.86
Hex2D5C3F33020408f221b
Octal5513477630401002174233
Binary1011011011100111111110011010000010000001000111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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