#2B563F

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

Shades of Green Pea #2B563F

Tints of Green Pea #2B563F

Color information

#2B563F (or 0x2B563F) is unknown color: approx Green Pea. HEX triplet: 2B, 56 and 3F. RGB value is (43,86,63). Sum of RGB (Red+Green+Blue) = 43+86+63=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #2B563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B563F is #D4A9C0. Grayscale: #464646. Windows color (decimal): -13937089 or 4150827. OLE color: 4150827.

HSL color Cylindrical-coordinate representation of color #2B563F: hue angle of 147.91º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B563F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB438663-
CMYK0.5000.270.66
HSL147.91º33.33%25.29%-
HSV(B)147.91º50%33.73%-
XYZ5.227.535.88-
YUV70.52123.75108.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 63 (25% from 255) = 32.81%
R=22.40%
G=44.79%
B=32.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386630.5000.270.66147.9133.3325.29
Hex2B563F3201B42942119
Octal5312677620331022244131
Binary101011101011011111111001001101110000101001010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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