#2B6B4A

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

Shades of Green Pea #2B6B4A

Tints of Green Pea #2B6B4A

Color information

#2B6B4A (or 0x2B6B4A) is unknown color: approx Green Pea. HEX triplet: 2B, 6B and 4A. RGB value is (43,107,74). Sum of RGB (Red+Green+Blue) = 43+107+74=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6B4A is #D494B5. Grayscale: #545454. Windows color (decimal): -13931702 or 4877099. OLE color: 4877099.

HSL color Cylindrical-coordinate representation of color #2B6B4A: hue angle of 149.06º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B4A is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB4310774-
CMYK0.6000.310.58
HSL149.06º42.67%29.41%-
HSV(B)149.06º59.81%41.96%-
XYZ7.4911.528.31-
YUV84.1122.398.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=19.20%
G=47.77%
B=33.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43107740.6000.310.58149.0642.6729.41
Hex2B6B4A3C01F3A952b1d
Octal5315311274037722255335
Binary101011110101110010101111000111111110101001010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,107,74); }

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

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

 a { background-color: rgb(43,107,74); }

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

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

 span { border-color: rgb(43,107,74); }

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