#305731

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

Shades of Parsley #305731

Tints of Parsley #305731

Color information

#305731 (or 0x305731) is unknown color: approx Parsley. HEX triplet: 30, 57 and 31. RGB value is (48,87,49). Sum of RGB (Red+Green+Blue) = 48+87+49=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #305731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305731 is #CFA8CE. Grayscale: #474747. Windows color (decimal): -13609167 or 3233584. OLE color: 3233584.

HSL color Cylindrical-coordinate representation of color #305731: hue angle of 121.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305731 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB488749-
CMYK0.4500.440.66
HSL121.54º28.89%26.47%-
HSV(B)121.54º44.83%34.12%-
XYZ5.187.674.11-
YUV71.01115.58111.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=26.09%
G=47.28%
B=26.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887490.4500.440.66121.5428.8926.47
Hex3057312D02C427a1d1a
Octal6012761550541021723532
Binary11000010101111100011011010101100100001011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305731; }

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

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

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

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

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

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

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

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