#2B5C46

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

Shades of Green Pea #2B5C46

Tints of Green Pea #2B5C46

Color information

#2B5C46 (or 0x2B5C46) is unknown color: approx Green Pea. HEX triplet: 2B, 5C and 46. RGB value is (43,92,70). Sum of RGB (Red+Green+Blue) = 43+92+70=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C46 is #D4A3B9. Grayscale: #4A4A4A. Windows color (decimal): -13935546 or 4611115. OLE color: 4611115.

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

Color convert

RGB439270-
CMYK0.5300.240.64
HSL153.06º36.3%26.47%-
HSV(B)153.06º53.26%36.08%-
XYZ5.938.617.14-
YUV74.84125.27105.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=20.98%
G=44.88%
B=34.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392700.5300.240.64153.0636.326.47
Hex2B5C46350184099241a
Octal53134106650301002314432
Binary1010111011100100011011010101100010000001001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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