#2B4E2E

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

Shades of Parsley #2B4E2E

Tints of Parsley #2B4E2E

Color information

#2B4E2E (or 0x2B4E2E) is unknown color: approx Parsley. HEX triplet: 2B, 4E and 2E. RGB value is (43,78,46). Sum of RGB (Red+Green+Blue) = 43+78+46=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E2E is #D4B1D1. Grayscale: #3F3F3F. Windows color (decimal): -13939154 or 3034667. OLE color: 3034667.

HSL color Cylindrical-coordinate representation of color #2B4E2E: hue angle of 125.14º 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 #2B4E2E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB437846-
CMYK0.4500.410.69
HSL125.14º28.93%23.73%-
HSV(B)125.14º44.87%30.59%-
XYZ4.216.163.55-
YUV63.89117.9113.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=25.75%
G=46.71%
B=27.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378460.4500.410.69125.1428.9323.73
Hex2B4E2E2D029457d1d18
Octal5311656550511051753530
Binary10101110011101011101011010101001100010111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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