#2F5F30

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

Shades of Parsley #2F5F30

Tints of Parsley #2F5F30

Color information

#2F5F30 (or 0x2F5F30) is unknown color: approx Parsley. HEX triplet: 2F, 5F and 30. RGB value is (47,95,48). Sum of RGB (Red+Green+Blue) = 47+95+48=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F30 is #D0A0CF. Grayscale: #4B4B4B. Windows color (decimal): -13672656 or 3170095. OLE color: 3170095.

HSL color Cylindrical-coordinate representation of color #2F5F30: hue angle of 121.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F30 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB479548-
CMYK0.5100.490.63
HSL121.25º33.8%27.84%-
HSV(B)121.25º50.53%37.25%-
XYZ5.894.23-
YUV75.29112.6107.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 95 (37.5% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=24.74%
G=50%
B=25.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795480.5100.490.63121.2533.827.84
Hex2F5F30330313F79221c
Octal571376063061771714234
Binary10111110111111100001100110110001111111111100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5F30; }

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

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

<style>
 a { background-color: #2F5F30; }

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

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

<style>
 span { border-color: #2F5F30; }

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

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