#285430

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

Shades of Parsley #285430

Tints of Parsley #285430

Color information

#285430 (or 0x285430) is unknown color: approx Parsley. HEX triplet: 28, 54 and 30. RGB value is (40,84,48). Sum of RGB (Red+Green+Blue) = 40+84+48=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #285430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285430 is #D7ABCF. Grayscale: #424242. Windows color (decimal): -14134224 or 3167272. OLE color: 3167272.

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

Color convert

RGB408448-
CMYK0.5200.430.67
HSL130.91º35.48%24.31%-
HSV(B)130.91º52.38%32.94%-
XYZ4.587.013.91-
YUV66.74117.42108.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=23.26%
G=48.84%
B=27.91%

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
Decimal4084480.5200.430.67130.9135.4824.31
Hex2854303402B43832318
Octal5012460640531032034330
Binary1010001010100110000110100010101110000111000001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285430; }

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

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

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

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

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

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

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

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