#305C31

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

Shades of Parsley #305C31

Tints of Parsley #305C31

Color information

#305C31 (or 0x305C31) is unknown color: approx Parsley. HEX triplet: 30, 5C and 31. RGB value is (48,92,49). Sum of RGB (Red+Green+Blue) = 48+92+49=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #305C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C31 is #CFA3CE. Grayscale: #4A4A4A. Windows color (decimal): -13607887 or 3234864. OLE color: 3234864.

HSL color Cylindrical-coordinate representation of color #305C31: hue angle of 121.36º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C31 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB489249-
CMYK0.4800.470.64
HSL121.36º31.43%27.45%-
HSV(B)121.36º47.83%36.08%-
XYZ5.68.54.25-
YUV73.94113.92109.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 92 (36.33% from 255) = 48.68%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=25.40%
G=48.68%
B=25.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892490.4800.470.64121.3631.4327.45
Hex305C313002F40791f1b
Octal6013461600571001713733
Binary11000010111001100011100000101111100000011110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C31; }

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

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

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

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

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

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

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

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