#2B6647

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

Shades of Green Pea #2B6647

Tints of Green Pea #2B6647

Color information

#2B6647 (or 0x2B6647) is unknown color: approx Green Pea. HEX triplet: 2B, 66 and 47. RGB value is (43,102,71). Sum of RGB (Red+Green+Blue) = 43+102+71=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6647 is #D499B8. Grayscale: #505050. Windows color (decimal): -13932985 or 4679211. OLE color: 4679211.

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

Color convert

RGB4310271-
CMYK0.5800.300.6
HSL148.47º40.69%28.43%-
HSV(B)148.47º57.84%40%-
XYZ6.8810.477.62-
YUV80.82122.45101.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=19.91%
G=47.22%
B=32.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102710.5800.300.6148.4740.6928.43
Hex2B66473A01E3C94291c
Octal5314610772036742245134
Binary101011110011010001111110100111101111001001010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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