#2B6344

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

Shades of Green Pea #2B6344

Tints of Green Pea #2B6344

Color information

#2B6344 (or 0x2B6344) is unknown color: approx Green Pea. HEX triplet: 2B, 63 and 44. RGB value is (43,99,68). Sum of RGB (Red+Green+Blue) = 43+99+68=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6344 is #D49CBB. Grayscale: #4E4E4E. Windows color (decimal): -13933756 or 4481835. OLE color: 4481835.

HSL color Cylindrical-coordinate representation of color #2B6344: hue angle of 146.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6344 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB439968-
CMYK0.5700.310.61
HSL146.79º39.44%27.84%-
HSV(B)146.79º56.57%38.82%-
XYZ6.59.857.03-
YUV78.72121.95102.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=20.48%
G=47.14%
B=32.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399680.5700.310.61146.7939.4427.84
Hex2B63443901F3D93271c
Octal5314310471037752234734
Binary101011110001110001001110010111111111011001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,99,68); }

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

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

 a { background-color: rgb(43,99,68); }

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

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

 span { border-color: rgb(43,99,68); }

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