#305031

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

Shades of Parsley #305031

Tints of Parsley #305031

Color information

#305031 (or 0x305031) is unknown color: approx Parsley. HEX triplet: 30, 50 and 31. RGB value is (48,80,49). Sum of RGB (Red+Green+Blue) = 48+80+49=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #305031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305031 is #CFAFCE. Grayscale: #424242. Windows color (decimal): -13610959 or 3231792. OLE color: 3231792.

HSL color Cylindrical-coordinate representation of color #305031: hue angle of 121.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305031 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB488049-
CMYK0.4000.390.69
HSL121.88º25%25.1%-
HSV(B)121.88º40%31.37%-
XYZ4.646.593.93-
YUV66.9117.9114.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=27.12%
G=45.20%
B=27.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880490.4000.390.69121.882525.1
Hex30503128027457a1919
Octal6012061500471051723131
Binary11000010100001100011010000100111100010111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305031; }

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

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

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

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

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

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

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

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