#2B5A43

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

Shades of Green Pea #2B5A43

Tints of Green Pea #2B5A43

Color information

#2B5A43 (or 0x2B5A43) is unknown color: approx Green Pea. HEX triplet: 2B, 5A and 43. RGB value is (43,90,67). Sum of RGB (Red+Green+Blue) = 43+90+67=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A43 is #D4A5BC. Grayscale: #494949. Windows color (decimal): -13936061 or 4413995. OLE color: 4413995.

HSL color Cylindrical-coordinate representation of color #2B5A43: hue angle of 150.64º 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 #2B5A43 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB439067-
CMYK0.5200.260.65
HSL150.64º35.34%26.08%-
HSV(B)150.64º52.22%35.29%-
XYZ5.678.236.6-
YUV73.32124.43106.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 90 (35.55% from 255) = 45%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=21.5%
G=45%
B=33.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4390670.5200.260.65150.6435.3426.08
Hex2B5A433401A4197231a
Octal53132103640321012274332
Binary1010111011010100001111010001101010000011001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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