#2B6041

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

Shades of Green Pea #2B6041

Tints of Green Pea #2B6041

Color information

#2B6041 (or 0x2B6041) is unknown color: approx Green Pea. HEX triplet: 2B, 60 and 41. RGB value is (43,96,65). Sum of RGB (Red+Green+Blue) = 43+96+65=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6041 is #D49FBE. Grayscale: #4C4C4C. Windows color (decimal): -13934527 or 4284459. OLE color: 4284459.

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

Color convert

RGB439665-
CMYK0.5500.320.62
HSL144.91º38.13%27.25%-
HSV(B)144.91º55.21%37.65%-
XYZ6.139.266.47-
YUV76.62121.44104.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=21.08%
G=47.06%
B=31.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396650.5500.320.62144.9138.1327.25
Hex2B6041370203E91261b
Octal5314010167040762214633
Binary1010111100000100000111011101000001111101001000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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