#305431

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

Shades of Parsley #305431

Tints of Parsley #305431

Color information

#305431 (or 0x305431) is unknown color: approx Parsley. HEX triplet: 30, 54 and 31. RGB value is (48,84,49). Sum of RGB (Red+Green+Blue) = 48+84+49=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #305431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305431 is #CFABCE. Grayscale: #454545. Windows color (decimal): -13609935 or 3232816. OLE color: 3232816.

HSL color Cylindrical-coordinate representation of color #305431: hue angle of 121.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #305431 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB488449-
CMYK0.4300.420.67
HSL121.67º27.27%25.88%-
HSV(B)121.67º42.86%32.94%-
XYZ4.947.194.03-
YUV69.25116.57112.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=26.52%
G=46.41%
B=27.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884490.4300.420.67121.6727.2725.88
Hex3054312B02A437a1b1a
Octal6012461530521031723332
Binary11000010101001100011010110101010100001111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305431; }

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

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

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

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

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

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

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

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