#285330

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

Shades of Parsley #285330

Tints of Parsley #285330

Color information

#285330 (or 0x285330) is unknown color: approx Parsley. HEX triplet: 28, 53 and 30. RGB value is (40,83,48). Sum of RGB (Red+Green+Blue) = 40+83+48=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #285330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285330 is #D7ACCF. Grayscale: #424242. Windows color (decimal): -14134480 or 3167016. OLE color: 3167016.

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

Color convert

RGB408348-
CMYK0.5200.420.67
HSL131.16º34.96%24.12%-
HSV(B)131.16º51.81%32.55%-
XYZ4.56.853.88-
YUV66.15117.75109.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=23.39%
G=48.54%
B=28.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083480.5200.420.67131.1634.9624.12
Hex2853303402A43832318
Octal5012360640521032034330
Binary1010001010011110000110100010101010000111000001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285330; }

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

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

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

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

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

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

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

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