#305E38

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

Shades of Parsley #305E38

Tints of Parsley #305E38

Color information

#305E38 (or 0x305E38) is unknown color: approx Parsley. HEX triplet: 30, 5E and 38. RGB value is (48,94,56). Sum of RGB (Red+Green+Blue) = 48+94+56=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 94 - color contains mainly: green. Hex color #305E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E38 is #CFA1C7. Grayscale: #4C4C4C. Windows color (decimal): -13607368 or 3694128. OLE color: 3694128.

HSL color Cylindrical-coordinate representation of color #305E38: hue angle of 130.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E38 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB489456-
CMYK0.4900.400.63
HSL130.43º32.39%27.84%-
HSV(B)130.43º48.94%36.86%-
XYZ5.948.925.15-
YUV75.91116.76108.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 94 (37.11% from 255) = 47.47%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=24.24%
G=47.47%
B=28.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4894560.4900.400.63130.4332.3927.84
Hex305E38310283F82201c
Octal601367061050772024034
Binary110000101111011100011000101010001111111000001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,94,56); }

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

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

 a { background-color: rgb(48,94,56); }

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

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

 span { border-color: rgb(48,94,56); }

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