#2B5C3F

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

Shades of Green Pea #2B5C3F

Tints of Green Pea #2B5C3F

Color information

#2B5C3F (or 0x2B5C3F) is unknown color: approx Green Pea. HEX triplet: 2B, 5C and 3F. RGB value is (43,92,63). Sum of RGB (Red+Green+Blue) = 43+92+63=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C3F is #D4A3C0. Grayscale: #4A4A4A. Windows color (decimal): -13935553 or 4152363. OLE color: 4152363.

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

Color convert

RGB439263-
CMYK0.5300.320.64
HSL144.49º36.3%26.47%-
HSV(B)144.49º53.26%36.08%-
XYZ5.728.536.05-
YUV74.04121.77105.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 92 (36.33% from 255) = 46.46%
BLUE value IS 63 (25% from 255) = 31.82%
R=21.72%
G=46.46%
B=31.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392630.5300.320.64144.4936.326.47
Hex2B5C3F350204090241a
Octal5313477650401002204432
Binary1010111011100111111110101010000010000001001000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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