#2B5C41

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

Shades of Green Pea #2B5C41

Tints of Green Pea #2B5C41

Color information

#2B5C41 (or 0x2B5C41) is unknown color: approx Green Pea. HEX triplet: 2B, 5C and 41. RGB value is (43,92,65). Sum of RGB (Red+Green+Blue) = 43+92+65=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C41 is #D4A3BE. Grayscale: #4A4A4A. Windows color (decimal): -13935551 or 4283435. OLE color: 4283435.

HSL color Cylindrical-coordinate representation of color #2B5C41: hue angle of 146.94º 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 #2B5C41 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB439265-
CMYK0.5300.290.64
HSL146.94º36.3%26.47%-
HSV(B)146.94º53.26%36.08%-
XYZ5.788.556.35-
YUV74.27122.77105.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=21.5%
G=46%
B=32.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392650.5300.290.64146.9436.326.47
Hex2B5C413501D4093241a
Octal53134101650351002234432
Binary1010111011100100000111010101110110000001001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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