#304F2F

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

Shades of Parsley #304F2F

Tints of Parsley #304F2F

Color information

#304F2F (or 0x304F2F) is unknown color: approx Parsley. HEX triplet: 30, 4F and 2F. RGB value is (48,79,47). Sum of RGB (Red+Green+Blue) = 48+79+47=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #304F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F2F is #CFB0D0. Grayscale: #424242. Windows color (decimal): -13611217 or 3100464. OLE color: 3100464.

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

Color convert

RGB487947-
CMYK0.3900.410.69
HSL118.12º25.4%24.71%-
HSV(B)118.12º40.51%30.98%-
XYZ4.536.433.69-
YUV66.08117.23115.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=27.59%
G=45.40%
B=27.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879470.3900.410.69118.1225.424.71
Hex304F2F2702945761919
Octal6011757470511051663131
Binary11000010011111011111001110101001100010111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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