#2B6044

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

Shades of Green Pea #2B6044

Tints of Green Pea #2B6044

Color information

#2B6044 (or 0x2B6044) is unknown color: approx Green Pea. HEX triplet: 2B, 60 and 44. RGB value is (43,96,68). Sum of RGB (Red+Green+Blue) = 43+96+68=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6044 is #D49FBB. Grayscale: #4D4D4D. Windows color (decimal): -13934524 or 4481067. OLE color: 4481067.

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

Color convert

RGB439668-
CMYK0.5500.290.62
HSL148.3º38.13%27.25%-
HSV(B)148.3º55.21%37.65%-
XYZ6.229.36.94-
YUV76.96122.94103.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=20.77%
G=46.38%
B=32.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396680.5500.290.62148.338.1327.25
Hex2B60443701D3E94261b
Octal5314010467035762244633
Binary101011110000010001001101110111011111101001010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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