#304E32

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

Shades of Parsley #304E32

Tints of Parsley #304E32

Color information

#304E32 (or 0x304E32) is unknown color: approx Parsley. HEX triplet: 30, 4E and 32. RGB value is (48,78,50). Sum of RGB (Red+Green+Blue) = 48+78+50=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #304E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E32 is #CFB1CD. Grayscale: #414141. Windows color (decimal): -13611470 or 3296816. OLE color: 3296816.

HSL color Cylindrical-coordinate representation of color #304E32: hue angle of 124º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E32 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB487850-
CMYK0.3800.360.69
HSL124º23.81%24.71%-
HSV(B)124º38.46%30.59%-
XYZ4.526.314-
YUV65.84119.06115.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 78 (30.86% from 255) = 44.32%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=27.27%
G=44.32%
B=28.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878500.3800.360.6912423.8124.71
Hex304E3226024457c1819
Octal6011662460441051743031
Binary11000010011101100101001100100100100010111111001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304E32; }

 p { color: rgb(48,78,50); }

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

<style>
 a { background-color: #304E32; }

 a { background-color: rgb(48,78,50); }

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

<style>
 span { border-color: #304E32; }

 span { border-color: rgb(48,78,50); }

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