#2C674D

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

Shades of Green Pea #2C674D

Tints of Green Pea #2C674D

Color information

#2C674D (or 0x2C674D) is unknown color: approx Green Pea. HEX triplet: 2C, 67 and 4D. RGB value is (44,103,77). Sum of RGB (Red+Green+Blue) = 44+103+77=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #2C674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C674D is #D398B2. Grayscale: #525252. Windows color (decimal): -13867187 or 5072684. OLE color: 5072684.

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

Color convert

RGB4410377-
CMYK0.5700.250.60
HSL153.56º40.14%28.82%-
HSV(B)153.56º57.28%40.39%-
XYZ7.2310.778.72-
YUV82.4124.95100.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.64%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=19.64%
G=45.98%
B=34.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44103770.5700.250.60153.5640.1428.82
Hex2C674D390193C9a281d
Octal5414711571031742325035
Binary101100110011110011011110010110011111001001101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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