#304E2F

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

Shades of Parsley #304E2F

Tints of Parsley #304E2F

Color information

#304E2F (or 0x304E2F) is unknown color: approx Parsley. HEX triplet: 30, 4E and 2F. RGB value is (48,78,47). Sum of RGB (Red+Green+Blue) = 48+78+47=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #304E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E2F is #CFB1D0. Grayscale: #414141. Windows color (decimal): -13611473 or 3100208. OLE color: 3100208.

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

Color convert

RGB487847-
CMYK0.3800.400.69
HSL118.06º24.8%24.51%-
HSV(B)118.06º39.74%30.59%-
XYZ4.466.283.67-
YUV65.5117.56115.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=27.75%
G=45.09%
B=27.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878470.3800.400.69118.0624.824.51
Hex304E2F2602845761919
Octal6011657460501051663131
Binary11000010011101011111001100101000100010111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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