#2B5D2C

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

Shades of Parsley #2B5D2C

Tints of Parsley #2B5D2C

Color information

#2B5D2C (or 0x2B5D2C) is unknown color: approx Parsley. HEX triplet: 2B, 5D and 2C. RGB value is (43,93,44). Sum of RGB (Red+Green+Blue) = 43+93+44=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D2C is #D4A2D3. Grayscale: #484848. Windows color (decimal): -13935316 or 2907435. OLE color: 2907435.

HSL color Cylindrical-coordinate representation of color #2B5D2C: hue angle of 121.2º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D2C is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB439344-
CMYK0.5400.530.64
HSL121.2º36.76%26.67%-
HSV(B)121.2º53.76%36.47%-
XYZ5.378.523.75-
YUV72.46111.94106.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 93 (36.72% from 255) = 51.67%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=23.89%
G=51.67%
B=24.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4393440.5400.530.64121.236.7626.67
Hex2B5D2C360354079251b
Octal5313554660651001714533
Binary101011101110110110011011001101011000000111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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