#2B694D

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

Shades of Green Pea #2B694D

Tints of Green Pea #2B694D

Color information

#2B694D (or 0x2B694D) is unknown color: approx Green Pea. HEX triplet: 2B, 69 and 4D. RGB value is (43,105,77). Sum of RGB (Red+Green+Blue) = 43+105+77=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #2B694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B694D is #D496B2. Grayscale: #535353. Windows color (decimal): -13932211 or 5073195. OLE color: 5073195.

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

Color convert

RGB4310577-
CMYK0.5900.270.59
HSL152.9º41.89%29.02%-
HSV(B)152.9º59.05%41.18%-
XYZ7.3911.158.78-
YUV83.27124.4699.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=19.11%
G=46.67%
B=34.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105770.5900.270.59152.941.8929.02
Hex2B694D3B01B3B992a1d
Octal5315111573033732315235
Binary101011110100110011011110110110111110111001100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,77); }

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

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

 a { background-color: rgb(43,105,77); }

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

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

 span { border-color: rgb(43,105,77); }

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