#304D32

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

Shades of Parsley #304D32

Tints of Parsley #304D32

Color information

#304D32 (or 0x304D32) is unknown color: approx Parsley. HEX triplet: 30, 4D and 32. RGB value is (48,77,50). Sum of RGB (Red+Green+Blue) = 48+77+50=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #304D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D32 is #CFB2CD. Grayscale: #414141. Windows color (decimal): -13611726 or 3296560. OLE color: 3296560.

HSL color Cylindrical-coordinate representation of color #304D32: hue angle of 124.14º 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 #304D32 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB487750-
CMYK0.3800.350.70
HSL124.14º23.2%24.51%-
HSV(B)124.14º37.66%30.2%-
XYZ4.456.173.97-
YUV65.25119.39115.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=27.43%
G=44%
B=28.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877500.3800.350.70124.1423.224.51
Hex304D3226023467c1719
Octal6011562460431061742731
Binary11000010011011100101001100100011100011011111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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