#305930

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

Shades of Parsley #305930

Tints of Parsley #305930

Color information

#305930 (or 0x305930) is unknown color: approx Parsley. HEX triplet: 30, 59 and 30. RGB value is (48,89,48). Sum of RGB (Red+Green+Blue) = 48+89+48=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #305930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305930 is #CFA6CF. Grayscale: #484848. Windows color (decimal): -13608656 or 3168560. OLE color: 3168560.

HSL color Cylindrical-coordinate representation of color #305930: hue angle of 120º 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 #305930 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB488948-
CMYK0.4600.460.65
HSL120º29.93%26.86%-
HSV(B)120º46.07%34.9%-
XYZ5.327.994.06-
YUV72.07114.42110.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=25.95%
G=48.11%
B=25.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889480.4600.460.6512029.9326.86
Hex3059302E02E41781e1b
Octal6013160560561011703633
Binary11000010110011100001011100101110100000111110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305930; }

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

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

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

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

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

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

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

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