#2F6131

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

Shades of Parsley #2F6131

Tints of Parsley #2F6131

Color information

#2F6131 (or 0x2F6131) is unknown color: approx Parsley. HEX triplet: 2F, 61 and 31. RGB value is (47,97,49). Sum of RGB (Red+Green+Blue) = 47+97+49=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6131 is #D09ECE. Grayscale: #4C4C4C. Windows color (decimal): -13672143 or 3236143. OLE color: 3236143.

HSL color Cylindrical-coordinate representation of color #2F6131: hue angle of 122.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6131 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB479749-
CMYK0.5200.490.62
HSL122.4º34.72%28.24%-
HSV(B)122.4º51.55%38.04%-
XYZ69.384.4-
YUV76.58112.44106.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=24.35%
G=50.26%
B=25.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797490.5200.490.62122.434.7228.24
Hex2F6131340313E7a231c
Octal571416164061761724334
Binary10111111000011100011101000110001111110111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,97,49); }

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

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

 a { background-color: rgb(47,97,49); }

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

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

 span { border-color: rgb(47,97,49); }

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