#2B5C43

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

Shades of Green Pea #2B5C43

Tints of Green Pea #2B5C43

Color information

#2B5C43 (or 0x2B5C43) is unknown color: approx Green Pea. HEX triplet: 2B, 5C and 43. RGB value is (43,92,67). Sum of RGB (Red+Green+Blue) = 43+92+67=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C43 is #D4A3BC. Grayscale: #4A4A4A. Windows color (decimal): -13935549 or 4414507. OLE color: 4414507.

HSL color Cylindrical-coordinate representation of color #2B5C43: hue angle of 149.39º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C43 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB439267-
CMYK0.5300.270.64
HSL149.39º36.3%26.47%-
HSV(B)149.39º53.26%36.08%-
XYZ5.848.576.66-
YUV74.5123.77105.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 92 (36.33% from 255) = 45.54%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=21.29%
G=45.54%
B=33.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392670.5300.270.64149.3936.326.47
Hex2B5C433501B4095241a
Octal53134103650331002254432
Binary1010111011100100001111010101101110000001001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,67); }

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

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

 a { background-color: rgb(43,92,67); }

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

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

 span { border-color: rgb(43,92,67); }

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