#2B5944

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

Shades of Green Pea #2B5944

Tints of Green Pea #2B5944

Color information

#2B5944 (or 0x2B5944) is unknown color: approx Green Pea. HEX triplet: 2B, 59 and 44. RGB value is (43,89,68). Sum of RGB (Red+Green+Blue) = 43+89+68=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5944 is #D4A6BB. Grayscale: #484848. Windows color (decimal): -13936316 or 4479275. OLE color: 4479275.

HSL color Cylindrical-coordinate representation of color #2B5944: hue angle of 152.61º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5944 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB438968-
CMYK0.5200.240.65
HSL152.61º34.85%25.88%-
HSV(B)152.61º51.69%34.9%-
XYZ5.618.086.73-
YUV72.85125.26106.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 68 (26.95% from 255) = 34%
R=21.5%
G=44.5%
B=34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389680.5200.240.65152.6134.8525.88
Hex2B5944340184199231a
Octal53131104640301012314332
Binary1010111011001100010011010001100010000011001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,68); }

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

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

 a { background-color: rgb(43,89,68); }

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

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

 span { border-color: rgb(43,89,68); }

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