#305933

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

Shades of Parsley #305933

Tints of Parsley #305933

Color information

#305933 (or 0x305933) is unknown color: approx Parsley. HEX triplet: 30, 59 and 33. RGB value is (48,89,51). Sum of RGB (Red+Green+Blue) = 48+89+51=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #305933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305933 is #CFA6CC. Grayscale: #484848. Windows color (decimal): -13608653 or 3365168. OLE color: 3365168.

HSL color Cylindrical-coordinate representation of color #305933: hue angle of 124.39º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305933 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB488951-
CMYK0.4600.430.65
HSL124.39º29.93%26.86%-
HSV(B)124.39º46.07%34.9%-
XYZ5.398.014.39-
YUV72.41115.92110.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=25.53%
G=47.34%
B=27.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889510.4600.430.65124.3929.9326.86
Hex3059332E02B417c1e1b
Octal6013163560531011743633
Binary11000010110011100111011100101011100000111111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305933; }

 p { color: rgb(48,89,51); }

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

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

 a { background-color: rgb(48,89,51); }

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

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

 span { border-color: rgb(48,89,51); }

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