#2D624A

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

Shades of Green Pea #2D624A

Tints of Green Pea #2D624A

Color information

#2D624A (or 0x2D624A) is unknown color: approx Green Pea. HEX triplet: 2D, 62 and 4A. RGB value is (45,98,74). Sum of RGB (Red+Green+Blue) = 45+98+74=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #2D624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D624A is #D29DB5. Grayscale: #4F4F4F. Windows color (decimal): -13802934 or 4874797. OLE color: 4874797.

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

Color convert

RGB459874-
CMYK0.5400.240.62
HSL152.83º37.06%28.04%-
HSV(B)152.83º54.08%38.43%-
XYZ6.699.798.02-
YUV79.42124.94103.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=20.74%
G=45.16%
B=34.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4598740.5400.240.62152.8337.0628.04
Hex2D624A360183E99251c
Octal5514211266030762314534
Binary101101110001010010101101100110001111101001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,98,74); }

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

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

 a { background-color: rgb(45,98,74); }

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

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

 span { border-color: rgb(45,98,74); }

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