#2B4D2D

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

Shades of Parsley #2B4D2D

Tints of Parsley #2B4D2D

Color information

#2B4D2D (or 0x2B4D2D) is unknown color: approx Parsley. HEX triplet: 2B, 4D and 2D. RGB value is (43,77,45). Sum of RGB (Red+Green+Blue) = 43+77+45=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D2D is #D4B2D2. Grayscale: #3F3F3F. Windows color (decimal): -13939411 or 2968875. OLE color: 2968875.

HSL color Cylindrical-coordinate representation of color #2B4D2D: hue angle of 123.53º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D2D is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB437745-
CMYK0.4400.420.70
HSL123.53º28.33%23.53%-
HSV(B)123.53º44.16%30.2%-
XYZ4.126.013.43-
YUV63.19117.74113.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=26.06%
G=46.67%
B=27.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377450.4400.420.70123.5328.3323.53
Hex2B4D2D2C02A467c1c18
Octal5311555540521061743430
Binary10101110011011011011011000101010100011011111001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,77,45); }

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

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

 a { background-color: rgb(43,77,45); }

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

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

 span { border-color: rgb(43,77,45); }

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