#2B4E2C

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

Shades of Parsley #2B4E2C

Tints of Parsley #2B4E2C

Color information

#2B4E2C (or 0x2B4E2C) is unknown color: approx Parsley. HEX triplet: 2B, 4E and 2C. RGB value is (43,78,44). Sum of RGB (Red+Green+Blue) = 43+78+44=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E2C is #D4B1D3. Grayscale: #3F3F3F. Windows color (decimal): -13939156 or 2903595. OLE color: 2903595.

HSL color Cylindrical-coordinate representation of color #2B4E2C: hue angle of 121.71º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E2C is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB437844-
CMYK0.4500.440.69
HSL121.71º28.93%23.73%-
HSV(B)121.71º44.87%30.59%-
XYZ4.186.143.35-
YUV63.66116.9113.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=26.06%
G=47.27%
B=26.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378440.4500.440.69121.7128.9323.73
Hex2B4E2C2D02C457a1d18
Octal5311654550541051723530
Binary10101110011101011001011010101100100010111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,44); }

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

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

 a { background-color: rgb(43,78,44); }

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

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

 span { border-color: rgb(43,78,44); }

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