#2B6640

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

Shades of Green Pea #2B6640

Tints of Green Pea #2B6640

Color information

#2B6640 (or 0x2B6640) is unknown color: approx Green Pea. HEX triplet: 2B, 66 and 40. RGB value is (43,102,64). Sum of RGB (Red+Green+Blue) = 43+102+64=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6640 is #D499BF. Grayscale: #505050. Windows color (decimal): -13932992 or 4220459. OLE color: 4220459.

HSL color Cylindrical-coordinate representation of color #2B6640: hue angle of 141.36º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6640 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB4310264-
CMYK0.5800.370.6
HSL141.36º40.69%28.43%-
HSV(B)141.36º57.84%40%-
XYZ6.6710.396.5-
YUV80.03118.95101.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=20.57%
G=48.80%
B=30.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102640.5800.370.6141.3640.6928.43
Hex2B66403A0253C8d291c
Octal5314610072045742155134
Binary1010111100110100000011101001001011111001000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,64); }

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

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

 a { background-color: rgb(43,102,64); }

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

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

 span { border-color: rgb(43,102,64); }

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