#2B6045

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

Shades of Green Pea #2B6045

Tints of Green Pea #2B6045

Color information

#2B6045 (or 0x2B6045) is unknown color: approx Green Pea. HEX triplet: 2B, 60 and 45. RGB value is (43,96,69). Sum of RGB (Red+Green+Blue) = 43+96+69=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6045 is #D49FBA. Grayscale: #4D4D4D. Windows color (decimal): -13934523 or 4546603. OLE color: 4546603.

HSL color Cylindrical-coordinate representation of color #2B6045: hue angle of 149.43º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6045 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB439669-
CMYK0.5500.280.62
HSL149.43º38.13%27.25%-
HSV(B)149.43º55.21%37.65%-
XYZ6.259.317.1-
YUV77.08123.44103.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=20.67%
G=46.15%
B=33.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396690.5500.280.62149.4338.1327.25
Hex2B60453701C3E95261b
Octal5314010567034762254633
Binary101011110000010001011101110111001111101001010110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,69); }

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

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

 a { background-color: rgb(43,96,69); }

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

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

 span { border-color: rgb(43,96,69); }

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