#2B603D

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

Shades of Green Pea #2B603D

Tints of Green Pea #2B603D

Color information

#2B603D (or 0x2B603D) is unknown color: approx Green Pea. HEX triplet: 2B, 60 and 3D. RGB value is (43,96,61). Sum of RGB (Red+Green+Blue) = 43+96+61=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #2B603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B603D is #D49FC2. Grayscale: #4C4C4C. Windows color (decimal): -13934531 or 4022315. OLE color: 4022315.

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

Color convert

RGB439661-
CMYK0.5500.360.62
HSL140.38º38.13%27.25%-
HSV(B)140.38º55.21%37.65%-
XYZ6.029.225.88-
YUV76.16119.44104.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=21.5%
G=48%
B=30.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396610.5500.360.62140.3838.1327.25
Hex2B603D370243E8c261b
Octal531407567044762144633
Binary101011110000011110111011101001001111101000110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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