#2D674D

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

Shades of Green Pea #2D674D

Tints of Green Pea #2D674D

Color information

#2D674D (or 0x2D674D) is unknown color: approx Green Pea. HEX triplet: 2D, 67 and 4D. RGB value is (45,103,77). Sum of RGB (Red+Green+Blue) = 45+103+77=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #2D674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D674D is #D298B2. Grayscale: #525252. Windows color (decimal): -13801651 or 5072685. OLE color: 5072685.

HSL color Cylindrical-coordinate representation of color #2D674D: hue angle of 153.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D674D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB4510377-
CMYK0.5600.250.60
HSL153.1º39.19%29.02%-
HSV(B)153.1º56.31%40.39%-
XYZ7.2710.798.72-
YUV82.69124.78101.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=20%
G=45.78%
B=34.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45103770.5600.250.60153.139.1929.02
Hex2D674D380193C99271d
Octal5514711570031742314735
Binary101101110011110011011110000110011111001001100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,103,77); }

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

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

 a { background-color: rgb(45,103,77); }

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

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

 span { border-color: rgb(45,103,77); }

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