#304D30

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

Shades of Parsley #304D30

Tints of Parsley #304D30

Color information

#304D30 (or 0x304D30) is unknown color: approx Parsley. HEX triplet: 30, 4D and 30. RGB value is (48,77,48). Sum of RGB (Red+Green+Blue) = 48+77+48=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #304D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D30 is #CFB2CF. Grayscale: #414141. Windows color (decimal): -13611728 or 3165488. OLE color: 3165488.

HSL color Cylindrical-coordinate representation of color #304D30: hue angle of 120º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D30 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB487748-
CMYK0.3800.380.70
HSL120º23.2%24.51%-
HSV(B)120º37.66%30.2%-
XYZ4.416.153.75-
YUV65.02118.39115.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 77 (30.47% from 255) = 44.51%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=27.75%
G=44.51%
B=27.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877480.3800.380.7012023.224.51
Hex304D302602646781719
Octal6011560460461061702731
Binary11000010011011100001001100100110100011011110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,77,48); }

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

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

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

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

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

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

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