#28532A

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

Shades of Parsley #28532A

Tints of Parsley #28532A

Color information

#28532A (or 0x28532A) is unknown color: approx Parsley. HEX triplet: 28, 53 and 2A. RGB value is (40,83,42). Sum of RGB (Red+Green+Blue) = 40+83+42=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #28532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28532A is #D7ACD5. Grayscale: #414141. Windows color (decimal): -14134486 or 2773800. OLE color: 2773800.

HSL color Cylindrical-coordinate representation of color #28532A: hue angle of 122.79º 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 #28532A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB408342-
CMYK0.5200.490.67
HSL122.79º34.96%24.12%-
HSV(B)122.79º51.81%32.55%-
XYZ4.396.83.27-
YUV65.47114.75109.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=24.24%
G=50.30%
B=25.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083420.5200.490.67122.7934.9624.12
Hex28532A34031437b2318
Octal5012352640611031734330
Binary101000101001110101011010001100011000011111101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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