#2D694C

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

Shades of Green Pea #2D694C

Tints of Green Pea #2D694C

Color information

#2D694C (or 0x2D694C) is unknown color: approx Green Pea. HEX triplet: 2D, 69 and 4C. RGB value is (45,105,76). Sum of RGB (Red+Green+Blue) = 45+105+76=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #2D694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D694C is #D296B3. Grayscale: #535353. Windows color (decimal): -13801140 or 5007661. OLE color: 5007661.

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

Color convert

RGB4510576-
CMYK0.5700.280.59
HSL151º40%29.41%-
HSV(B)151º57.14%41.18%-
XYZ7.4411.188.6-
YUV83.75123.62100.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=19.91%
G=46.46%
B=33.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45105760.5700.280.591514029.41
Hex2D694C3901C3B97281d
Octal5515111471034732275035
Binary101101110100110011001110010111001110111001011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,105,76); }

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

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

 a { background-color: rgb(45,105,76); }

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

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

 span { border-color: rgb(45,105,76); }

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