#305D37

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

Shades of Parsley #305D37

Tints of Parsley #305D37

Color information

#305D37 (or 0x305D37) is unknown color: approx Parsley. HEX triplet: 30, 5D and 37. RGB value is (48,93,55). Sum of RGB (Red+Green+Blue) = 48+93+55=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #305D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D37 is #CFA2C8. Grayscale: #4B4B4B. Windows color (decimal): -13607625 or 3628336. OLE color: 3628336.

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

Color convert

RGB489355-
CMYK0.4800.410.64
HSL129.33º31.91%27.65%-
HSV(B)129.33º48.39%36.47%-
XYZ5.828.734.99-
YUV75.21116.59108.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=24.49%
G=47.45%
B=28.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893550.4800.410.64129.3331.9127.65
Hex305D37300294081201c
Octal6013567600511002014034
Binary1100001011101110111110000010100110000001000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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