#28532B

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

Shades of Parsley #28532B

Tints of Parsley #28532B

Color information

#28532B (or 0x28532B) is unknown color: approx Parsley. HEX triplet: 28, 53 and 2B. RGB value is (40,83,43). Sum of RGB (Red+Green+Blue) = 40+83+43=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #28532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28532B is #D7ACD4. Grayscale: #414141. Windows color (decimal): -14134485 or 2839336. OLE color: 2839336.

HSL color Cylindrical-coordinate representation of color #28532B: hue angle of 124.19º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28532B is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB408343-
CMYK0.5200.480.67
HSL124.19º34.96%24.12%-
HSV(B)124.19º51.81%32.55%-
XYZ4.46.813.37-
YUV65.58115.25109.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=24.10%
G=50%
B=25.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083430.5200.480.67124.1934.9624.12
Hex28532B34030437c2318
Octal5012353640601031744330
Binary101000101001110101111010001100001000011111110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28532B; }

 p { color: rgb(40,83,43); }

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

<style>
 a { background-color: #28532B; }

 a { background-color: rgb(40,83,43); }

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

<style>
 span { border-color: #28532B; }

 span { border-color: rgb(40,83,43); }

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