#28532F

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

Shades of Parsley #28532F

Tints of Parsley #28532F

Color information

#28532F (or 0x28532F) is unknown color: approx Parsley. HEX triplet: 28, 53 and 2F. RGB value is (40,83,47). Sum of RGB (Red+Green+Blue) = 40+83+47=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #28532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28532F is #D7ACD0. Grayscale: #424242. Windows color (decimal): -14134481 or 3101480. OLE color: 3101480.

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

Color convert

RGB408347-
CMYK0.5200.430.67
HSL129.77º34.96%24.12%-
HSV(B)129.77º51.81%32.55%-
XYZ4.486.843.77-
YUV66.04117.25109.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 83 (32.81% from 255) = 48.82%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=23.53%
G=48.82%
B=27.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083470.5200.430.67129.7734.9624.12
Hex28532F3402B43822318
Octal5012357640531032024330
Binary1010001010011101111110100010101110000111000001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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