#2D613F

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

Shades of Green Pea #2D613F

Tints of Green Pea #2D613F

Color information

#2D613F (or 0x2D613F) is unknown color: approx Green Pea. HEX triplet: 2D, 61 and 3F. RGB value is (45,97,63). Sum of RGB (Red+Green+Blue) = 45+97+63=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #2D613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D613F is #D29EC0. Grayscale: #4D4D4D. Windows color (decimal): -13803201 or 4153645. OLE color: 4153645.

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

Color convert

RGB459763-
CMYK0.5400.350.62
HSL140.77º36.62%27.84%-
HSV(B)140.77º53.61%38.04%-
XYZ6.259.476.2-
YUV77.58119.77104.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 63 (25% from 255) = 30.73%
R=21.95%
G=47.32%
B=30.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597630.5400.350.62140.7736.6227.84
Hex2D613F360233E8d251c
Octal551417766043762154534
Binary101101110000111111111011001000111111101000110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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