#305C35

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

Shades of Parsley #305C35

Tints of Parsley #305C35

Color information

#305C35 (or 0x305C35) is unknown color: approx Parsley. HEX triplet: 30, 5C and 35. RGB value is (48,92,53). Sum of RGB (Red+Green+Blue) = 48+92+53=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #305C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C35 is #CFA3CA. Grayscale: #4A4A4A. Windows color (decimal): -13607883 or 3497008. OLE color: 3497008.

HSL color Cylindrical-coordinate representation of color #305C35: hue angle of 126.82º 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 #305C35 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB489253-
CMYK0.4800.420.64
HSL126.82º31.43%27.45%-
HSV(B)126.82º47.83%36.08%-
XYZ5.698.544.72-
YUV74.4115.92109.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 92 (36.33% from 255) = 47.67%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=24.87%
G=47.67%
B=27.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892530.4800.420.64126.8231.4327.45
Hex305C353002A407f1f1b
Octal6013465600521001773733
Binary11000010111001101011100000101010100000011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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