#2B6043

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

Shades of Green Pea #2B6043

Tints of Green Pea #2B6043

Color information

#2B6043 (or 0x2B6043) is unknown color: approx Green Pea. HEX triplet: 2B, 60 and 43. RGB value is (43,96,67). Sum of RGB (Red+Green+Blue) = 43+96+67=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6043 is #D49FBC. Grayscale: #4C4C4C. Windows color (decimal): -13934525 or 4415531. OLE color: 4415531.

HSL color Cylindrical-coordinate representation of color #2B6043: hue angle of 147.17º 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 #2B6043 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB439667-
CMYK0.5500.300.62
HSL147.17º38.13%27.25%-
HSV(B)147.17º55.21%37.65%-
XYZ6.199.286.78-
YUV76.85122.44103.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=20.87%
G=46.60%
B=32.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396670.5500.300.62147.1738.1327.25
Hex2B60433701E3E93261b
Octal5314010367036762234633
Binary101011110000010000111101110111101111101001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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