#2B6845

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

Shades of Green Pea #2B6845

Tints of Green Pea #2B6845

Color information

#2B6845 (or 0x2B6845) is unknown color: approx Green Pea. HEX triplet: 2B, 68 and 45. RGB value is (43,104,69). Sum of RGB (Red+Green+Blue) = 43+104+69=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6845 is #D497BA. Grayscale: #515151. Windows color (decimal): -13932475 or 4548651. OLE color: 4548651.

HSL color Cylindrical-coordinate representation of color #2B6845: hue angle of 145.57º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6845 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB4310469-
CMYK0.5900.340.59
HSL145.57º41.5%28.82%-
HSV(B)145.57º58.65%40.78%-
XYZ7.0210.847.35-
YUV81.77120.79100.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=19.91%
G=48.15%
B=31.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104690.5900.340.59145.5741.528.82
Hex2B68453B0223B92291d
Octal5315010573042732225135
Binary1010111101000100010111101101000101110111001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,69); }

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

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

 a { background-color: rgb(43,104,69); }

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

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

 span { border-color: rgb(43,104,69); }

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