#305D35

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

Shades of Parsley #305D35

Tints of Parsley #305D35

Color information

#305D35 (or 0x305D35) is unknown color: approx Parsley. HEX triplet: 30, 5D and 35. RGB value is (48,93,53). Sum of RGB (Red+Green+Blue) = 48+93+53=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #305D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D35 is #CFA2CA. Grayscale: #4B4B4B. Windows color (decimal): -13607627 or 3497264. OLE color: 3497264.

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

Color convert

RGB489353-
CMYK0.4800.430.64
HSL126.67º31.91%27.65%-
HSV(B)126.67º48.39%36.47%-
XYZ5.788.714.75-
YUV74.98115.59108.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=24.74%
G=47.94%
B=27.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893530.4800.430.64126.6731.9127.65
Hex305D353002B407f201c
Octal6013565600531001774034
Binary110000101110111010111000001010111000000111111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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